PortBase.ProcessCorrelationSets 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- msg
- XLANGMessage
- followCorrelations
- Correlation[]
- initCorrelations
- Correlation[]
- store
- XlangStore