iControl.LocalLBProfileStream.Beginset_target_string C# (CSharp) Method

Beginset_target_string() public method

public Beginset_target_string ( string profile_names, LocalLBProfileString targets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
targets LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_target_string(string [] profile_names,LocalLBProfileString [] targets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_target_string", new object[] {
            profile_names,
            targets}, callback, asyncState);
        }