Service.RunChildCompensation(Segment, Int32, Boolean, Object[]) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual bool RunChildCompensation(Microsoft::XLANGs::Core::Segment ^ s, int index, bool hasOutArgs, cli::array <System::Object ^> ^ args);
public bool RunChildCompensation (Microsoft.XLANGs.Core.Segment s, int index, bool hasOutArgs, object[] args);
abstract member RunChildCompensation : Microsoft.XLANGs.Core.Segment * int * bool * obj[] -> bool
override this.RunChildCompensation : Microsoft.XLANGs.Core.Segment * int * bool * obj[] -> bool
Public Function RunChildCompensation (s As Segment, index As Integer, hasOutArgs As Boolean, args As Object()) As Boolean
Parámetros
- s
- Segment
- index
- Int32
- hasOutArgs
- Boolean
- args
- Object[]