iControl.LocalLBProfileServerSSL.Beginset_authenticate_name C# (CSharp) Method

Beginset_authenticate_name() public method

public Beginset_authenticate_name ( string profile_names, LocalLBProfileString dn_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
dn_names LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_authenticate_name(string [] profile_names,LocalLBProfileString [] dn_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_authenticate_name", new object[] {
            profile_names,
            dn_names}, callback, asyncState);
        }
LocalLBProfileServerSSL