iControl.LocalLBALGLogProfile.Beginremove_start_control_channel_element C# (CSharp) Method

Beginremove_start_control_channel_element() public method

public Beginremove_start_control_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 Beginremove_start_control_channel_element(string [] profiles,LocalLBProfileLogElementSequence [] elements, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_start_control_channel_element", new object[] {
            profiles,
            elements}, callback, asyncState);
        }
LocalLBALGLogProfile