iControl.NetworkingiSessionRemoteInterfaceV2.Beginget_nat_source_address C# (CSharp) Method

Beginget_nat_source_address() public method

public Beginget_nat_source_address ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_nat_source_address(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_nat_source_address", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterfaceV2