iControl.LocalLBProfileStream.Beginset_source_string C# (CSharp) Method

Beginset_source_string() public method

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