iControl.LocalLBLSNLogProfile.Beginget_end_outbound_session_action C# (CSharp) Method

Beginget_end_outbound_session_action() public method

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