Service.ExecService 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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())
参数
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
适用于
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)
参数
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
- flags
- ActivityFlags