iControl.SystemVCMP.Endget_ssl_mode C# (CSharp) Method

Endget_ssl_mode() public method

public Endget_ssl_mode ( System asyncResult ) : SystemVCMPVCMPSSLMode[]
asyncResult System
return SystemVCMPVCMPSSLMode[]
        public SystemVCMPVCMPSSLMode[] Endget_ssl_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemVCMPVCMPSSLMode [])(results[0]));
        }
SystemVCMP