Share via


TurnState.GetScope Method

Definition

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

Returns

T

Implements

Applies to