Click or drag to resize

ServerLicense Constructor (Int32, DateTime)

Initializes a new instance of the ServerLicense class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public ServerLicense(
	int users,
	DateTime expires
)

Parameters

users
Type: SystemInt32
expires
Type: SystemDateTime
See Also