PortBase.ProcessCorrelationSets Method
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.
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)
Parameters
- msg
- XLANGMessage
- followCorrelations
- Correlation[]
- initCorrelations
- Correlation[]
- store
- XlangStore