Show / Hide Table of Contents

Class MessageEnteredSenderDel

Inheritance
System.Object
MessageEnteredSenderDel
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MessageEnteredSenderDel : MulticastDelegate

Constructors

MessageEnteredSenderDel(Object, IntPtr)

Declaration
public MessageEnteredSenderDel(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(UInt64, String, ref Boolean, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(ulong sender, string messageText, ref bool sendToOthers, AsyncCallback callback, object object)
Parameters
Type Name Description
System.UInt64 sender
System.String messageText
System.Boolean sendToOthers
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(ref Boolean, IAsyncResult)

Declaration
public virtual void EndInvoke(ref bool sendToOthers, IAsyncResult result)
Parameters
Type Name Description
System.Boolean sendToOthers
System.IAsyncResult result

Invoke(UInt64, String, ref Boolean)

Declaration
public virtual void Invoke(ulong sender, string messageText, ref bool sendToOthers)
Parameters
Type Name Description
System.UInt64 sender
System.String messageText
System.Boolean sendToOthers
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾