ServiceContext.RunChildCompensation(Segment, Int32, Boolean, Object[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- s
- Segment
- index
- Int32
- hasOutArgs
- Boolean
- args
- Object[]