ConnectionTaggedOutputReceived Event
|
Handler for Tagged Output
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic event P4ServerTaggedOutputDelegate TaggedOutputReceived
Public Event TaggedOutputReceived As P4ServerTaggedOutputDelegate
public:
event P4ServerTaggedOutputDelegate^ TaggedOutputReceived {
void add (P4ServerTaggedOutputDelegate^ value);
void remove (P4ServerTaggedOutputDelegate^ value);
}
member TaggedOutputReceived : IEvent<P4ServerTaggedOutputDelegate,
EventArgs>
Value
Type:
Perforce.P4P4ServerTaggedOutputDelegate
See Also