Namespace: DeltaEngine.Networking.TcpAssembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
protected event Action TimedOut
protected event Action TimedOut
Protected Event TimedOut As Action
Protected Event TimedOut As Action
protected:
event Action^ TimedOut {
void add (Action^ value);
void remove (Action^ value);
}
protected:
event Action^ TimedOut {
void add (Action^ value);
void remove (Action^ value);
}
member TimedOut : IEvent<Action,
EventArgs>
member TimedOut : IEvent<Action,
EventArgs>
Value
Type:
System Action