iControl.NetworkingiSessionRemoteInterface.Endget_nat_source_address C# (CSharp) Метод

Endget_nat_source_address() публичный Метод

public Endget_nat_source_address ( System asyncResult ) : NetworkingiSessionRemoteInterfaceNatSourceAddress[]
asyncResult System
Результат NetworkingiSessionRemoteInterfaceNatSourceAddress[]
        public NetworkingiSessionRemoteInterfaceNatSourceAddress[] Endget_nat_source_address(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingiSessionRemoteInterfaceNatSourceAddress [])(results[0]));
        }
NetworkingiSessionRemoteInterface