iControl.LocalLBProfileServerSSL.Beginset_secure_renegotiation_mode C# (CSharp) Method

Beginset_secure_renegotiation_mode() public method

public Beginset_secure_renegotiation_mode ( string profile_names, LocalLBProfileSecureRenegotiationMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileSecureRenegotiationMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_secure_renegotiation_mode(string [] profile_names,LocalLBProfileSecureRenegotiationMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_secure_renegotiation_mode", new object[] {
            profile_names,
            modes}, callback, asyncState);
        }
LocalLBProfileServerSSL