iControl.LocalLBProfileServerSSL.Endget_expired_certificate_response_control_mode C# (CSharp) 메소드

Endget_expired_certificate_response_control_mode() 공개 메소드

public Endget_expired_certificate_response_control_mode ( System asyncResult ) : iControl.LocalLBProfileResponseControlMode[]
asyncResult System
리턴 iControl.LocalLBProfileResponseControlMode[]
        public LocalLBProfileResponseControlMode[] Endget_expired_certificate_response_control_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileResponseControlMode [])(results[0]));
        }
LocalLBProfileServerSSL