iControl.LocalLBProfileStream.set_source_string C# (CSharp) Method

set_source_string() private method

private set_source_string ( string profile_names, LocalLBProfileString sources ) : void
profile_names string
sources LocalLBProfileString
return void
        public void set_source_string(
		string [] profile_names,
		LocalLBProfileString [] sources
	)
        {
            this.Invoke("set_source_string", new object [] {
                profile_names,
                sources});
        }