Share via


ServiceCallTreeAttribute(Type[], Type[], Type[]) Constructor

Definition

public:
 ServiceCallTreeAttribute(cli::array <Type ^> ^ calledServices, cli::array <Type ^> ^ execdServices, cli::array <Type ^> ^ compensatedServices);
public ServiceCallTreeAttribute (Type[] calledServices, Type[] execdServices, Type[] compensatedServices);
new Microsoft.XLANGs.BaseTypes.ServiceCallTreeAttribute : Type[] * Type[] * Type[] -> Microsoft.XLANGs.BaseTypes.ServiceCallTreeAttribute
Public Sub New (calledServices As Type(), execdServices As Type(), compensatedServices As Type())

Parameters

calledServices
Type[]
execdServices
Type[]
compensatedServices
Type[]

Applies to