iControl.ManagementTrust.Beginreset_all C# (CSharp) Method

Beginreset_all() public method

public Beginreset_all ( string device_object_name, bool keep_current_authority, string authority_cert, string authority_key, System callback, object asyncState ) : System.IAsyncResult
device_object_name string
keep_current_authority bool
authority_cert string
authority_key string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreset_all(string device_object_name,bool keep_current_authority,string authority_cert,string authority_key, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_all", new object[] {
            device_object_name,
            keep_current_authority,
            authority_cert,
            authority_key}, callback, asyncState);
        }