iControl.SystemCryptoClient.Beginadd_profile C# (CSharp) Méthode

Beginadd_profile() public méthode

public Beginadd_profile ( string clients, string profiles, System callback, object asyncState ) : System.IAsyncResult
clients string
profiles string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginadd_profile(string [] clients,string [] [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_profile", new object[] {
            clients,
            profiles}, callback, asyncState);
        }
SystemCryptoClient