Service.ExecService 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.
Surcharges
ExecService(Context, Type, Object[]) | |
ExecService(Context, Type, Object[], ActivityFlags) |
ExecService(Context, Type, Object[])
public:
void ExecService(Microsoft::XLANGs::Core::Context ^ cxt, Type ^ serviceType, cli::array <System::Object ^> ^ parameters);
public void ExecService (Microsoft.XLANGs.Core.Context cxt, Type serviceType, object[] parameters);
member this.ExecService : Microsoft.XLANGs.Core.Context * Type * obj[] -> unit
Public Sub ExecService (cxt As Context, serviceType As Type, parameters As Object())
Paramètres
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
S’applique à
ExecService(Context, Type, Object[], ActivityFlags)
public:
abstract void ExecService(Microsoft::XLANGs::Core::Context ^ cxt, Type ^ serviceType, cli::array <System::Object ^> ^ parameters, Microsoft::XLANGs::Core::ActivityFlags flags);
public abstract void ExecService (Microsoft.XLANGs.Core.Context cxt, Type serviceType, object[] parameters, Microsoft.XLANGs.Core.ActivityFlags flags);
abstract member ExecService : Microsoft.XLANGs.Core.Context * Type * obj[] * Microsoft.XLANGs.Core.ActivityFlags -> unit
Public MustOverride Sub ExecService (cxt As Context, serviceType As Type, parameters As Object(), flags As ActivityFlags)
Paramètres
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
- flags
- ActivityFlags