Table of Contents

Delegate WhisperMessageReceivedDelegate

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public delegate void WhisperMessageReceivedDelegate(string fromUserName, string messageBody)

Parameters

fromUserName string
messageBody string
Extension Methods

Constructors

WhisperMessageReceivedDelegate(object, IntPtr)

public WhisperMessageReceivedDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string fromUserName, string messageBody, AsyncCallback callback, object @object)

Parameters

fromUserName string
messageBody string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, string)

public virtual void Invoke(string fromUserName, string messageBody)

Parameters

fromUserName string
messageBody string

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