iControl.SystemCryptoServer.Beginremove_all_client_addresses C# (CSharp) Method

Beginremove_all_client_addresses() public method

public Beginremove_all_client_addresses ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_client_addresses(string [] servers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_client_addresses", new object[] {
            servers}, callback, asyncState);
        }