iControl.ManagementOCSPResponder.Endget_ca_path C# (CSharp) Method

Endget_ca_path() public method

public Endget_ca_path ( System asyncResult ) : string[]
asyncResult System
return string[]
        public string[] Endget_ca_path(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }
ManagementOCSPResponder