iControl.SystemVCMP.Beginget_management_gateway C# (CSharp) Method

Beginget_management_gateway() public method

public Beginget_management_gateway ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_management_gateway(string [] guests, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_management_gateway", new object[] {
            guests}, callback, asyncState);
        }
SystemVCMP