OperationContext Class
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.
Encapsulates information about an operation. Operation normally reflects an end to end scenario that starts from a user action (e.g. button click).
public sealed class OperationContext
type OperationContext = class
Public NotInheritable Class OperationContext
- Inheritance
-
OperationContext
Properties
Id |
Gets or sets the application-defined operation ID for the topmost operation. |
Name |
Gets or sets the application-defined topmost operation's name. |
ParentId |
Gets or sets the parent operation ID. |
SyntheticSource |
Gets or sets the application-defined operation SyntheticSource. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET