iControl.LocalLBLSNLogProfile.Beginget_start_outbound_session_element C# (CSharp) Method

Beginget_start_outbound_session_element() public method

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