Show / Hide Table of Contents

Class MyEntity.CreateDefaultSyncEntityDelegate

Inheritance
System.Object
MyEntity.CreateDefaultSyncEntityDelegate
Namespace: VRage.Game.Entity
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
Type Description
MySyncComponentBase

Invoke(MyEntity)

Declaration
public virtual MySyncComponentBase Invoke(MyEntity thisEntity)
Parameters
Type Name Description
MyEntity thisEntity
Returns
Type Description
MySyncComponentBase
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾