iControl.LocalLBProfileAuth.Beginset_authentication_method C# (CSharp) Method

Beginset_authentication_method() public method

public Beginset_authentication_method ( string profile_names, LocalLBProfileAuthenticationMethod auth_methods, System callback, object asyncState ) : System.IAsyncResult
profile_names string
auth_methods LocalLBProfileAuthenticationMethod
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_authentication_method(string [] profile_names,LocalLBProfileAuthenticationMethod [] auth_methods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_authentication_method", new object[] {
            profile_names,
            auth_methods}, callback, asyncState);
        }
LocalLBProfileAuth