iControl.LocalLBALGLogProfile.Beginget_start_control_channel_element C# (CSharp) Method

Beginget_start_control_channel_element() public method

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