Table of Contents

Delegate AuthenticationManager.LoginEvent

Namespace
KSP.Networking.OnlineServices.Authentication
Assembly
Assembly-CSharp.dll
public delegate void AuthenticationManager.LoginEvent()
Extension Methods

Constructors

LoginEvent(object, nint)

public LoginEvent(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke()

public virtual void Invoke()