iControl.LocalLBLSNLogProfile.Beginadd_start_outbound_session_element C# (CSharp) Method

Beginadd_start_outbound_session_element() public method

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