iControl.SystemVCMP.Endget_network_mode C# (CSharp) Method

Endget_network_mode() public method

public Endget_network_mode ( System asyncResult ) : SystemVCMPVCMPNetworkMode[]
asyncResult System
return SystemVCMPVCMPNetworkMode[]
        public SystemVCMPVCMPNetworkMode[] Endget_network_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemVCMPVCMPNetworkMode [])(results[0]));
        }
SystemVCMP