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