Class GridPowerGenerationStateChangedEvent
Inheritance
System.Object
GridPowerGenerationStateChangedEvent
Assembly: Sandbox.Game.dll
Syntax
[VisualScriptingEvent]
public sealed class GridPowerGenerationStateChangedEvent : MulticastDelegate
Constructors
GridPowerGenerationStateChangedEvent(Object, IntPtr)
Declaration
public GridPowerGenerationStateChangedEvent(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Int64, String, Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(long gridId, string gridName, bool IsPowered, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Int64 |
gridId |
|
System.String |
gridName |
|
System.Boolean |
IsPowered |
|
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(Int64, String, Boolean)
Declaration
public virtual void Invoke(long gridId, string gridName, bool IsPowered)
Parameters
Type |
Name |
Description |
System.Int64 |
gridId |
|
System.String |
gridName |
|
System.Boolean |
IsPowered |
|