ServerLicenseFromServerLicenseCmdTaggedOutput Method
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic void FromServerLicenseCmdTaggedOutput(
TaggedObject objectInfo
)
Public Sub FromServerLicenseCmdTaggedOutput (
objectInfo As TaggedObject
)
public:
void FromServerLicenseCmdTaggedOutput(
TaggedObject^ objectInfo
)
member FromServerLicenseCmdTaggedOutput :
objectInfo : TaggedObject -> unit
Parameters
- objectInfo
- Type: Perforce.P4TaggedObject
See Also