Show / Hide Table of Contents

Class MyResourceAvailableDelegate

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

Constructors

MyResourceAvailableDelegate(Object, IntPtr)

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

Methods

BeginInvoke(MyDefinitionId, MyResourceSinkComponent, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(MyDefinitionId resourceTypeId, MyResourceSinkComponent sink, AsyncCallback callback, object object)
Parameters
Type Name Description
MyDefinitionId resourceTypeId
MyResourceSinkComponent sink
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual float EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
System.Single

Invoke(MyDefinitionId, MyResourceSinkComponent)

Declaration
public virtual float Invoke(MyDefinitionId resourceTypeId, MyResourceSinkComponent sink)
Parameters
Type Name Description
MyDefinitionId resourceTypeId
MyResourceSinkComponent sink
Returns
Type Description
System.Single
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾