BTXService.ExecService(Context, Type, Object[], ActivityFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void ExecService(Microsoft::XLANGs::Core::Context ^ cxt, Type ^ serviceType, cli::array <System::Object ^> ^ parameters, Microsoft::XLANGs::Core::ActivityFlags flags);
public override void ExecService (Microsoft.XLANGs.Core.Context cxt, Type serviceType, object[] parameters, Microsoft.XLANGs.Core.ActivityFlags flags);
override this.ExecService : Microsoft.XLANGs.Core.Context * Type * obj[] * Microsoft.XLANGs.Core.ActivityFlags -> unit
Public Overrides Sub ExecService (cxt As Context, serviceType As Type, parameters As Object(), flags As ActivityFlags)
Parameters
- cxt
- Context
- serviceType
- Type
- parameters
- Object[]
- flags
- ActivityFlags