OpenActivity(in LogActivityOptions, in CallerInfo)
Opens an activity.
Declaration
ILoggingContext OpenActivity(in LogActivityOptions options, in CallerInfo callerInfo)Parameters
| Type | Name | Description |
|---|---|---|
| LogActivityOptions | options | Options. |
| CallerInfo | callerInfo | Information about the caller source code. |
Returns
| Type | Description |
|---|---|
| ILoggingContext | An ILoggingContext representing the new activity. |