Share via


MutableInterceptionContext<TResult>.FindUserState(String) Method

Definition

Gets a value containing arbitrary user-specified state information associated with the operation.

public object FindUserState (string key);
member this.FindUserState : string -> obj
Public Function FindUserState (key As String) As Object

Parameters

key
String

A key used to identify the user state.

Returns

The user state set, or null if none was found for the given key.

Applies to