IAsyncState Interface
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.
Encapsulates all information within the asynchronous flow in an AsyncLocal<T> variable. Some implementations of this interface may not be thread safe.
public interface class IAsyncState
public interface IAsyncState
type IAsyncState = interface
Public Interface IAsyncState
Methods
Get(AsyncStateToken) |
Gets the stored async context from the state. |
Initialize() |
Initializes async state in current asynchronous flow. |
RegisterAsyncContext() |
Registers new async context with the state. |
Reset() |
Resets async state after usage. |
Set(AsyncStateToken, Object) |
Stores async context. |
TryGet(AsyncStateToken, Object) |
Tries to get the stored async context from the state. |
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.