TurnState.GetScope Method
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.
Overloads
GetScope(String)
public Microsoft.Agents.Builder.State.IAgentState GetScope(string scope);
abstract member GetScope : string -> Microsoft.Agents.Builder.State.IAgentState
override this.GetScope : string -> Microsoft.Agents.Builder.State.IAgentState
Public Function GetScope (scope As String) As IAgentState
Parameters
- scope
- String
Returns
Implements
Applies to
GetScope<T>()
public T GetScope<T>();
abstract member GetScope : unit -> 'T
override this.GetScope : unit -> 'T
Public Function GetScope(Of T) () As T
Type Parameters
- T