Class Program
Class that represents a standalone Fibula server instance.
Inheritance
System.Object
Program
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Standalone
Assembly: Fibula.Standalone.dll
Syntax
public static class Program
Methods
| Improve this Doc View SourceMain(String[])
The main entry point for the program.
Declaration
public static Task Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args | The arguments for this program. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |