iControl.NetworkingiSessionRemoteInterfaceV2.Beginget_description C# (CSharp) Метод

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

public Beginget_description ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_description(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_description", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterfaceV2