iControl.NetworkingTunnel.Endget_key C# (CSharp) Method

Endget_key() public method

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