ClientFromClientsCmdTaggedOutput Method
|
Parse the tagged output of a 'clients' command
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic void FromClientsCmdTaggedOutput(
TaggedObject workspaceInfo,
string offset,
bool dst_mismatch
)
Public Sub FromClientsCmdTaggedOutput (
workspaceInfo As TaggedObject,
offset As String,
dst_mismatch As Boolean
)
public:
void FromClientsCmdTaggedOutput(
TaggedObject^ workspaceInfo,
String^ offset,
bool dst_mismatch
)
member FromClientsCmdTaggedOutput :
workspaceInfo : TaggedObject *
offset : string *
dst_mismatch : bool -> unit
Parameters
- workspaceInfo
- Type: Perforce.P4TaggedObject
taggedobject - offset
- Type: SystemString
offset within array - dst_mismatch
- Type: SystemBoolean
Daylight savings for converting dates
See Also