iControl.SystemVCMP.Beginget_network_mode C# (CSharp) Method

Beginget_network_mode() public method

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