BTXPortBase.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:
override void CreateSubscription(Microsoft::XLANGs::Core::XlangStore ^ store, int operationId, cli::array <Microsoft::XLANGs::Core::PredicateGroup ^> ^ preds, Guid convoyId, Microsoft::XLANGs::Core::Subscription ^ sub);
public override void CreateSubscription (Microsoft.XLANGs.Core.XlangStore store, int operationId, Microsoft.XLANGs.Core.PredicateGroup[] preds, Guid convoyId, Microsoft.XLANGs.Core.Subscription sub);
override this.CreateSubscription : Microsoft.XLANGs.Core.XlangStore * int * Microsoft.XLANGs.Core.PredicateGroup[] * Guid * Microsoft.XLANGs.Core.Subscription -> unit
Public Overrides Sub CreateSubscription (store As XlangStore, operationId As Integer, preds As PredicateGroup(), convoyId As Guid, sub As Subscription)
Parameters
- store
- XlangStore
- operationId
- Int32
- preds
- PredicateGroup[]
- convoyId
- Guid
- sub
- Subscription