ConnectionInfoResultsReceived Event
|
Handler for Info Results
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic event P4ServerInfoResultsDelegate InfoResultsReceived
Public Event InfoResultsReceived As P4ServerInfoResultsDelegate
public:
event P4ServerInfoResultsDelegate^ InfoResultsReceived {
void add (P4ServerInfoResultsDelegate^ value);
void remove (P4ServerInfoResultsDelegate^ value);
}
member InfoResultsReceived : IEvent<P4ServerInfoResultsDelegate,
EventArgs>
Value
Type:
Perforce.P4P4ServerInfoResultsDelegate
See Also