InvocationContextState
Provider-context state carried into or out of an invocation.
Class Diagram
Section titled “Class Diagram”---
title: InvocationContextState
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class InvocationContextState {
+string portability
+DelegatedStateReference[] delegatedState
}
class DelegatedStateReference {
+string provider
+string kind
+string id
+dictionary metadata
}
InvocationContextState *-- DelegatedStateReference
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| portability | string | Whether the model-visible context is portable across providers |
| delegatedState | DelegatedStateReference[] | Explicit references to provider-held context state |
Composed Types
Section titled “Composed Types”The following types are composed within InvocationContextState: