iControl.LocalLBProfileServerSSL.Beginset_profile_mode C# (CSharp) Method

Beginset_profile_mode() public method

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