iControl.SystemVCMP.Beginset_network_mode C# (CSharp) Method

Beginset_network_mode() public method

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