次の方法で共有


ServiceCallTreeAttribute(Type[], Type[], Type[]) コンストラクター

定義

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

パラメーター

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

適用対象