iControl.LocalLBALGLogProfile.Beginadd_start_data_channel_element C# (CSharp) Method

Beginadd_start_data_channel_element() public method

public Beginadd_start_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_start_data_channel_element(string [] profiles,LocalLBProfileLogElementSequence [] elements, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_start_data_channel_element", new object[] {
            profiles,
            elements}, callback, asyncState);
        }
LocalLBALGLogProfile