SyncAsyncEventArgs Class
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.
Provides data for SyncAsyncEventHandler<T> events that can be invoked either synchronously or asynchronously.
public class SyncAsyncEventArgs : EventArgs
type SyncAsyncEventArgs = class
inherit EventArgs
Public Class SyncAsyncEventArgs
Inherits EventArgs
- Inheritance
-
SyncAsyncEventArgs
- Derived
Sync |
Initializes a new instance of the SyncAsyncEventArgs class. |
Cancellation |
Gets a cancellation token related to the original operation that raised the event. It's important for your handler to pass this token along to any asynchronous or long-running synchronous operations that take a token so cancellation (via something like
for example) will correctly propagate. |
Is |
Gets a value indicating whether the event handler was invoked synchronously or asynchronously. Please see SyncAsyncEventHandler<T> for more details. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: