iControl.NetworkingTunnel.Endcreate_with_key C# (CSharp) Méthode

Endcreate_with_key() public méthode

public Endcreate_with_key ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Endcreate_with_key(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
NetworkingTunnel