iControl.NetworkingiSessionRemoteInterface.Beginset_behind_nat C# (CSharp) Method

Beginset_behind_nat() public method

public Beginset_behind_nat ( string peers, CommonEnabledState nat_states, System callback, object asyncState ) : System.IAsyncResult
peers string
nat_states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_behind_nat(string [] peers,CommonEnabledState [] nat_states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_behind_nat", new object[] {
            peers,
            nat_states}, callback, asyncState);
        }
NetworkingiSessionRemoteInterface