OpenActivity(in OpenActivityOptions, in CallerInfo, bool)
Opens a new context for an activity.
Declaration
ILoggingContext OpenActivity(in OpenActivityOptions options, in CallerInfo callerInfo, bool isAsync)Parameters
| Type | Name | Description |
|---|---|---|
| OpenActivityOptions | options | Options. |
| CallerInfo | callerInfo | Information about the caller code. |
| bool | isAsync |
Returns
| Type | Description |
|---|---|
| ILoggingContext | A new context for the activity. |