ResumeActivity(ILoggingContext, in CallerInfo)
Resumes an asynchronous activity suspended by the SuspendActivity(ILoggingContext, in CallerInfo) method.
Declaration
void ResumeActivity(ILoggingContext context, in CallerInfo callerInfo)
Parameters
Type | Name | Description |
---|---|---|
ILoggingContext | context | A context representing an asynchronous activity, created by OpenActivity(in OpenActivityOptions, in CallerInfo, bool) and suspended by SuspendActivity(ILoggingContext, in CallerInfo). |
CallerInfo | callerInfo | Information about the caller code. |