ServiceConvoyAttribute(Int32, String, Int32[], Boolean[]) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
ServiceConvoyAttribute(int portName, System::String ^ messageType, cli::array <int> ^ convoyCorrelations, cli::array <bool> ^ sendConvoys);
public ServiceConvoyAttribute (int portName, string messageType, int[] convoyCorrelations, bool[] sendConvoys);
new Microsoft.XLANGs.BaseTypes.ServiceConvoyAttribute : int * string * int[] * bool[] -> Microsoft.XLANGs.BaseTypes.ServiceConvoyAttribute
Public Sub New (portName As Integer, messageType As String, convoyCorrelations As Integer(), sendConvoys As Boolean())
Paramètres
- portName
- Int32
- messageType
- String
- convoyCorrelations
- Int32[]
- sendConvoys
- Boolean[]