s&box docs

public sealed class Sandbox.WebSocket.DisconnectedHandler : System.MulticastDelegate

Event handler which fires when the WebSocket disconnects from the server.

Constructors

Showing 1 constructors

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)

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.WebSocket.DisconnectedHandler

On this page