Show / Hide Table of Contents

Class MyResourceCapacityRemainingChangedDelegate

Inheritance
System.Object
MyResourceCapacityRemainingChangedDelegate
Namespace: Sandbox.Game.EntityComponents
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyResourceCapacityRemainingChangedDelegate : MulticastDelegate

Constructors

MyResourceCapacityRemainingChangedDelegate(Object, IntPtr)

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

Methods

BeginInvoke(MyDefinitionId, MyResourceSourceComponent, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(MyDefinitionId changedResourceId, MyResourceSourceComponent source, AsyncCallback callback, object object)
Parameters
Type Name Description
MyDefinitionId changedResourceId
MyResourceSourceComponent source
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(MyDefinitionId, MyResourceSourceComponent)

Declaration
public virtual void Invoke(MyDefinitionId changedResourceId, MyResourceSourceComponent source)
Parameters
Type Name Description
MyDefinitionId changedResourceId
MyResourceSourceComponent source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾