LogsUploadFailedEventArgs Constructor
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.
Initializes a new instance of the LogsUploadFailedEventArgs class.
public LogsUploadFailedEventArgs (System.Collections.Generic.IEnumerable<object> failedLogs, Exception exception, bool isRunningSynchronously, System.Threading.CancellationToken cancellationToken);
new Azure.Monitor.Ingestion.LogsUploadFailedEventArgs : seq<obj> * Exception * bool * System.Threading.CancellationToken -> Azure.Monitor.Ingestion.LogsUploadFailedEventArgs
Public Sub New (failedLogs As IEnumerable(Of Object), exception As Exception, isRunningSynchronously As Boolean, cancellationToken As CancellationToken)
Parameters
- failedLogs
- IEnumerable<Object>
- exception
- Exception
- isRunningSynchronously
- Boolean
- cancellationToken
- CancellationToken
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET