iControl.LocalLBProfileTCP.Beginset_md5_signature_passphrase C# (CSharp) Method

Beginset_md5_signature_passphrase() public method

public Beginset_md5_signature_passphrase ( string profile_names, LocalLBProfileString passphrases, System callback, object asyncState ) : System.IAsyncResult
profile_names string
passphrases LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_md5_signature_passphrase(string [] profile_names,LocalLBProfileString [] passphrases, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_md5_signature_passphrase", new object[] {
            profile_names,
            passphrases}, callback, asyncState);
        }
LocalLBProfileTCP