WorkflowApplicationInstance.CanApplyUpdate Method
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.
Returns a value that indicates whether the WorkflowApplicationInstance can apply update.
public:
bool CanApplyUpdate(System::Activities::DynamicUpdate::DynamicUpdateMap ^ updateMap, [Runtime::InteropServices::Out] System::Collections::Generic::IList<System::Activities::DynamicUpdate::ActivityBlockingUpdate ^> ^ % activitiesBlockingUpdate);
public bool CanApplyUpdate (System.Activities.DynamicUpdate.DynamicUpdateMap updateMap, out System.Collections.Generic.IList<System.Activities.DynamicUpdate.ActivityBlockingUpdate> activitiesBlockingUpdate);
member this.CanApplyUpdate : System.Activities.DynamicUpdate.DynamicUpdateMap * IList -> bool
Public Function CanApplyUpdate (updateMap As DynamicUpdateMap, ByRef activitiesBlockingUpdate As IList(Of ActivityBlockingUpdate)) As Boolean
Parameters
- updateMap
- DynamicUpdateMap
Updates a map.
- activitiesBlockingUpdate
- IList<ActivityBlockingUpdate>
The activities blocking update.
Returns
true
if the WorkflowApplicationInstance can apply update; otherwise, false
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.