iControl.LocalLBProfileServerSSL.Endget_secure_renegotiation_mode C# (CSharp) Method

Endget_secure_renegotiation_mode() public method

public Endget_secure_renegotiation_mode ( System asyncResult ) : iControl.LocalLBProfileSecureRenegotiationMode[]
asyncResult System
return iControl.LocalLBProfileSecureRenegotiationMode[]
        public LocalLBProfileSecureRenegotiationMode[] Endget_secure_renegotiation_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileSecureRenegotiationMode [])(results[0]));
        }
LocalLBProfileServerSSL