iControl.SystemVCMP.Beginset_management_gateway C# (CSharp) Method

Beginset_management_gateway() public method

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