iControl.ManagementCertLDAPConfiguration.Endget_debug_state C# (CSharp) Method

Endget_debug_state() public method

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