예제 #1
0
 protected virtual void WorkflowExecutionCancelRequested(
     WorkflowExecutionCancelRequestedEventAttributes attributes, DecisionTask decisionTask)
 {
 }
 internal WorkflowCancellationRequestedEvent(HistoryEvent cancellationRequestedEvent)
     : base(cancellationRequestedEvent.EventId)
 {
     _eventAttributes = cancellationRequestedEvent.WorkflowExecutionCancelRequestedEventAttributes;
 }