API Referenceglobal
public sealed class Sandbox.WebSocket.DisconnectedHandler : System.MulticastDelegate
Event handler which fires when the WebSocket disconnects from the server.
Constructors
Showing 1 constructors
public DisconnectedHandler(object object, System.IntPtr method)
No results match this filter.
Methods
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(int status, string reason, System.AsyncCallback callback, object object)
public virtual void EndInvoke(System.IAsyncResult result)
public virtual void Invoke(int status, string reason)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.WebSocket.DisconnectedHandler |