iControl.LocalLBALGLogProfile.Beginget_end_control_channel_action C# (CSharp) Method

Beginget_end_control_channel_action() public method

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