Class SingleKeyEntityNameGridNameEvent
Inheritance
System.Object
SingleKeyEntityNameGridNameEvent
Assembly: Sandbox.Game.dll
Syntax
[VisualScriptingEvent]
public sealed class SingleKeyEntityNameGridNameEvent : MulticastDelegate
Constructors
SingleKeyEntityNameGridNameEvent(Object, IntPtr)
Declaration
public SingleKeyEntityNameGridNameEvent(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, String, String, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string entityName, string gridName, string typeId, string subtypeId, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
entityName |
|
System.String |
gridName |
|
System.String |
typeId |
|
System.String |
subtypeId |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(String, String, String, String)
Declaration
public virtual void Invoke(string entityName, string gridName, string typeId, string subtypeId)
Parameters
Type |
Name |
Description |
System.String |
entityName |
|
System.String |
gridName |
|
System.String |
typeId |
|
System.String |
subtypeId |
|