OperationSource Enum
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.
Enum representing the source of an operation.
public enum OperationSource
type OperationSource =
Public Enum OperationSource
- Inheritance
-
OperationSource
Fields
| Name | Value | Description |
|---|---|---|
| SDK | 0 | Operation executed by SDK. |
| Gateway | 1 | Operation executed by Gateway. |
| MCPServer | 2 | Operation executed by MCP Server. |