iControl.LocalLBLSNLogProfile.Beginremove_start_outbound_session_element C# (CSharp) Method

Beginremove_start_outbound_session_element() public method

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