Class Call
It is an event execution bridge
Inheritance
System.Object
Call
Namespace: Netly.Core
Assembly: Netly.Core.dll
Syntax
public static class Call : object
Properties
Automatic
Events are said to be dispatched automatically
Declaration
public static bool Automatic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Execute(Action)
Add an event to the execution queue
Declaration
public static void Execute(Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | action | Event or callback |
Publish()
Dispatch the events, which are in the queue, (Oly if "Automatic" is "False")
Declaration
public static void Publish()