iControl.SystemCryptoClient.Begindelete_client C# (CSharp) Method

Begindelete_client() public method

public Begindelete_client ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
return 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