iControl.NetworkingIPsecTrafficSelector.Endget_destination_port C# (CSharp) 메소드

Endget_destination_port() 공개 메소드

public Endget_destination_port ( System asyncResult ) : long[]
asyncResult System
리턴 long[]
        public long[] Endget_destination_port(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
NetworkingIPsecTrafficSelector