iControl.ManagementOCSPResponder.Beginset_certificate_id_digest_method C# (CSharp) Method

Beginset_certificate_id_digest_method() public method

public Beginset_certificate_id_digest_method ( string responders, ManagementOCSPDigestMethod digest_methods, System callback, object asyncState ) : System.IAsyncResult
responders string
digest_methods ManagementOCSPDigestMethod
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_certificate_id_digest_method(string [] responders,ManagementOCSPDigestMethod [] digest_methods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_certificate_id_digest_method", new object[] {
            responders,
            digest_methods}, callback, asyncState);
        }
ManagementOCSPResponder