Service.ExecService Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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())
Parametri
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
Si applica 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)
Parametri
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
- flags
- ActivityFlags