iControl.NetworkingIPsecManualSecurityAssociation.Endget_protocol C# (CSharp) Méthode

Endget_protocol() public méthode

public Endget_protocol ( System asyncResult ) : NetworkingIPsecProtocol[]
asyncResult System
Résultat NetworkingIPsecProtocol[]
        public NetworkingIPsecProtocol[] Endget_protocol(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingIPsecProtocol [])(results[0]));
        }
NetworkingIPsecManualSecurityAssociation