iControl.ManagementCertLDAPConfiguration.Endget_ssl_check_peer_state C# (CSharp) Méthode

Endget_ssl_check_peer_state() public méthode

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