iControl.NetworkingiSessionRemoteInterfaceV2.Endget_peer_name C# (CSharp) Méthode

Endget_peer_name() public méthode

public Endget_peer_name ( System asyncResult ) : string[]
asyncResult System
Résultat string[]
        public string[] Endget_peer_name(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }
NetworkingiSessionRemoteInterfaceV2