XlangStore.CreateSubscription 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.
public:
Guid CreateSubscription(cli::array <Microsoft::XLANGs::Core::PredicateGroup ^> ^ preds, Microsoft::XLANGs::Core::PortBase ^ port, Guid convoyId, bool requestResponse, int priority);
public Guid CreateSubscription (Microsoft.XLANGs.Core.PredicateGroup[] preds, Microsoft.XLANGs.Core.PortBase port, Guid convoyId, bool requestResponse, int priority);
abstract member CreateSubscription : Microsoft.XLANGs.Core.PredicateGroup[] * Microsoft.XLANGs.Core.PortBase * Guid * bool * int -> Guid
Public Function CreateSubscription (preds As PredicateGroup(), port As PortBase, convoyId As Guid, requestResponse As Boolean, priority As Integer) As Guid
Parameters
- preds
- PredicateGroup[]
- port
- PortBase
- convoyId
- Guid
- requestResponse
- Boolean
- priority
- Int32