SegmentScheduler.RunASegment(Segment, StopConditions, Exception) 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:
virtual Microsoft::XLANGs::Core::StopConditions RunASegment(Microsoft::XLANGs::Core::Segment ^ s, Microsoft::XLANGs::Core::StopConditions stopCond, [Runtime::InteropServices::Out] Exception ^ % exp);
public virtual Microsoft.XLANGs.Core.StopConditions RunASegment (Microsoft.XLANGs.Core.Segment s, Microsoft.XLANGs.Core.StopConditions stopCond, out Exception exp);
abstract member RunASegment : Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.StopConditions * Exception -> Microsoft.XLANGs.Core.StopConditions
override this.RunASegment : Microsoft.XLANGs.Core.Segment * Microsoft.XLANGs.Core.StopConditions * Exception -> Microsoft.XLANGs.Core.StopConditions
Public Overridable Function RunASegment (s As Segment, stopCond As StopConditions, ByRef exp As Exception) As StopConditions
Paramètres
- s
- Segment
- stopCond
- StopConditions
- exp
- Exception