AsyncMethodLoggingContext.Open Method |
Opens the context.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual void Open( AsyncCallId asyncCallId, ref LogMemberInfo memberInfo )
Parameters
- asyncCallId
- Type: PostSharp.Aspects.AsyncCallId
The Task associated with the async method. - memberInfo
- Type: PostSharp.Patterns.Diagnostics.Contexts.LogMemberInfo
Information about the async method.