Share via


Service.ExecService Method

Definition

Overloads

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())

Parameters

cxt
Context
serviceType
Type
parameters
Object[]

Applies to

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)

Parameters

cxt
Context
serviceType
Type
parameters
Object[]

Applies to