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