Table of Contents

Delegate CoroutineDelegate

Namespace
TaleWorlds.Network
Assembly
TaleWorlds.Network.dll
public delegate IEnumerator<CoroutineState> CoroutineDelegate()

Returns

IEnumerator<CoroutineState>
Extension Methods

Constructors

CoroutineDelegate(object, IntPtr)

public CoroutineDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(AsyncCallback, object)

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

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual IEnumerator<CoroutineState> EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

IEnumerator<CoroutineState>

Invoke()

public virtual IEnumerator<CoroutineState> Invoke()

Returns

IEnumerator<CoroutineState>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).