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

Begindelete_client() public méthode

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