Class MyEntity.CreateDefaultSyncEntityDelegate
Inheritance
System.Object
MyEntity.CreateDefaultSyncEntityDelegate
Assembly: VRage.Game.dll
Syntax
public sealed class CreateDefaultSyncEntityDelegate : MulticastDelegate
Constructors
CreateDefaultSyncEntityDelegate(Object, IntPtr)
Declaration
public CreateDefaultSyncEntityDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(MyEntity, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(MyEntity thisEntity, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
MyEntity |
thisEntity |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual MySyncComponentBase EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(MyEntity)
Declaration
public virtual MySyncComponentBase Invoke(MyEntity thisEntity)
Parameters
Type |
Name |
Description |
MyEntity |
thisEntity |
|
Returns