Show / Hide Table of Contents

    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 Source

    Main(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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.