PortBase.ProcessCorrelationSets Método
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í.
protected:
void ProcessCorrelationSets(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ followCorrelations, cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ initCorrelations, Microsoft::XLANGs::Core::XlangStore ^ store);
protected void ProcessCorrelationSets (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, Microsoft.XLANGs.Core.Correlation[] followCorrelations, Microsoft.XLANGs.Core.Correlation[] initCorrelations, Microsoft.XLANGs.Core.XlangStore store);
member this.ProcessCorrelationSets : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.Core.Correlation[] * Microsoft.XLANGs.Core.Correlation[] * Microsoft.XLANGs.Core.XlangStore -> unit
Protected Sub ProcessCorrelationSets (msg As XLANGMessage, followCorrelations As Correlation(), initCorrelations As Correlation(), store As XlangStore)
Parámetros
- msg
- XLANGMessage
- followCorrelations
- Correlation[]
- initCorrelations
- Correlation[]
- store
- XlangStore