CallContext Constructors
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
CallContext() |
Instantiates a new CallContext with a default activity identifier. |
CallContext(Guid) |
Instantiates a new CallContext with an activity identifier. |
CallContext()
Instantiates a new CallContext with a default activity identifier.
public CallContext ();
Public Sub New ()
Applies to
CallContext(Guid)
Instantiates a new CallContext with an activity identifier.
public CallContext (Guid activityId);
new Microsoft.IdentityModel.Tokens.CallContext : Guid -> Microsoft.IdentityModel.Tokens.CallContext
Public Sub New (activityId As Guid)
Parameters
- activityId
- Guid