ServiceContext.DoneWithChildCompensationHandler 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.
public:
override bool DoneWithChildCompensationHandler(Microsoft::XLANGs::Core::IStateManager ^ childState, Microsoft::XLANGs::Core::Segment ^ callingSegment, Microsoft::XLANGs::Core::Segment ^ continuationSegment);
public override bool DoneWithChildCompensationHandler (Microsoft.XLANGs.Core.IStateManager childState, Microsoft.XLANGs.Core.Segment callingSegment, Microsoft.XLANGs.Core.Segment continuationSegment);
override this.DoneWithChildCompensationHandler : Microsoft.XLANGs.Core.IStateManager * Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.Segment -> bool
Public Overrides Function DoneWithChildCompensationHandler (childState As IStateManager, callingSegment As Segment, continuationSegment As Segment) As Boolean
Parameters
- childState
- IStateManager
- callingSegment
- Segment
- continuationSegment
- Segment