P4ServerBinaryResultsReceived Event
|
Broadcast event for binary data
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic event P4ServerBinaryResultsDelegate BinaryResultsReceived
Public Event BinaryResultsReceived As P4ServerBinaryResultsDelegate
public:
event P4ServerBinaryResultsDelegate^ BinaryResultsReceived {
void add (P4ServerBinaryResultsDelegate^ value);
void remove (P4ServerBinaryResultsDelegate^ value);
}
member BinaryResultsReceived : IEvent<P4ServerBinaryResultsDelegate,
EventArgs>
Value
Type:
Perforce.P4P4ServerBinaryResultsDelegate
See Also