iControl.NetworkingIPsecIkePeer.Endget_phase1_auth_method C# (CSharp) Méthode

Endget_phase1_auth_method() public méthode

public Endget_phase1_auth_method ( System asyncResult ) : NetworkingIPsecSaMethod[]
asyncResult System
Résultat NetworkingIPsecSaMethod[]
        public NetworkingIPsecSaMethod[] Endget_phase1_auth_method(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingIPsecSaMethod [])(results[0]));
        }
NetworkingIPsecIkePeer