iControl.NetworkingTunnel.Endcreate_with_key C# (CSharp) Method

Endcreate_with_key() public method

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