ServerLicense Constructor (Int32, DateTime)
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic ServerLicense(
int users,
DateTime expires
)
Public Sub New (
users As Integer,
expires As DateTime
)
public:
ServerLicense(
int users,
DateTime expires
)
new :
users : int *
expires : DateTime -> ServerLicense
Parameters
- users
- Type: SystemInt32
- expires
- Type: SystemDateTime
See Also