ServiceConvoyAttribute(Int32, String, Int32[], Boolean[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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())
Parameters
- portName
- Int32
- messageType
- String
- convoyCorrelations
- Int32[]
- sendConvoys
- Boolean[]