iControl.NetworkingIPsecIkePeer.Endget_peer_id_type C# (CSharp) Method

Endget_peer_id_type() public method

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