iControl.NetworkingIPsecIkePeer.Endget_my_id_type C# (CSharp) Method

Endget_my_id_type() public method

public Endget_my_id_type ( System asyncResult ) : NetworkingIPsecIkePeerIDType[]
asyncResult System
return NetworkingIPsecIkePeerIDType[]
        public NetworkingIPsecIkePeerIDType[] Endget_my_id_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingIPsecIkePeerIDType [])(results[0]));
        }
NetworkingIPsecIkePeer