iControl.SystemCryptoServer.Beginadd_profile C# (CSharp) Метод

Beginadd_profile() публичный Метод

public Beginadd_profile ( string servers, string profiles, System callback, object asyncState ) : System.IAsyncResult
servers string
profiles string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginadd_profile(string [] servers,string [] [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_profile", new object[] {
            servers,
            profiles}, callback, asyncState);
        }