DocuSignClient.GetAuditEventsAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get audit event list
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AuditResponse> GetAuditEventsAsync(string account, string envelope, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAuditEventsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AuditResponse>
override this.GetAuditEventsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.AuditResponse>
Public Overridable Function GetAuditEventsAsync (account As String, envelope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AuditResponse)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get audit event list response.
Remarks
Get audit event list