Service.ExecService 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í.
Sobrecargas
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())
Parámetros
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
Se aplica a
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)
Parámetros
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
- flags
- ActivityFlags