Class MyEntity.MyEntityFactoryCreateObjectBuilderDelegate
Inheritance
System.Object
MyEntity.MyEntityFactoryCreateObjectBuilderDelegate
Assembly: VRage.Game.dll
Syntax
public sealed class MyEntityFactoryCreateObjectBuilderDelegate : MulticastDelegate
Constructors
MyEntityFactoryCreateObjectBuilderDelegate(Object, IntPtr)
Declaration
public MyEntityFactoryCreateObjectBuilderDelegate(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 entity, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
MyEntity |
entity |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual MyObjectBuilder_EntityBase EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(MyEntity)
Declaration
public virtual MyObjectBuilder_EntityBase Invoke(MyEntity entity)
Parameters
Returns