ServiceCallTreeAttribute(Type[], Type[], Type[]) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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())
Parámetros
- calledServices
- Type[]
- execdServices
- Type[]
- compensatedServices
- Type[]