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

Beginget_my_certificate_key_file() public méthode

public Beginget_my_certificate_key_file ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_my_certificate_key_file(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_my_certificate_key_file", new object[] {
            peers}, callback, asyncState);
        }
NetworkingIPsecIkePeer