Context.RunCompensation(Segment, 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:
virtual int RunCompensation(Microsoft::XLANGs::Core::Segment ^ s, cli::array <System::Object ^> ^ args);
public virtual int RunCompensation (Microsoft.XLANGs.Core.Segment s, object[] args);
abstract member RunCompensation : Microsoft.XLANGs.Core.Segment * obj[] -> int
override this.RunCompensation : Microsoft.XLANGs.Core.Segment * obj[] -> int
Public Overridable Function RunCompensation (s As Segment, args As Object()) As Integer
Parameters
- s
- Segment
- args
- Object[]