iControl.SystemCryptoServer.Beginremove_profile C# (CSharp) Method

Beginremove_profile() public method

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