ServiceContext.RunChildCompensation(Segment, Int32, Boolean, Object[]) 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 RunChildCompensation(Microsoft::XLANGs::Core::Segment ^ s, int index, bool hasOutArgs, cli::array <System::Object ^> ^ args);
public override bool RunChildCompensation (Microsoft.XLANGs.Core.Segment s, int index, bool hasOutArgs, object[] args);
override this.RunChildCompensation : Microsoft.XLANGs.Core.Segment * int * bool * obj[] -> bool
Public Overrides Function RunChildCompensation (s As Segment, index As Integer, hasOutArgs As Boolean, args As Object()) As Boolean
Parameters
- s
- Segment
- index
- Int32
- hasOutArgs
- Boolean
- args
- Object[]