iControl.ManagementCCLDAPConfiguration.Endget_use_certificate_serial_state C# (CSharp) Method

Endget_use_certificate_serial_state() public method

public Endget_use_certificate_serial_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]
        public CommonEnabledState[] Endget_use_certificate_serial_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [])(results[0]));
        }
ManagementCCLDAPConfiguration