iControl.NetworkingiSessionRemoteInterface.Beginget_behind_nat C# (CSharp) Méthode

Beginget_behind_nat() public méthode

public Beginget_behind_nat ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_behind_nat(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_behind_nat", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterface