PortBase.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:
abstract void CreateSubscription(Microsoft::XLANGs::Core::XlangStore ^ store, int operationId, cli::array <Microsoft::XLANGs::Core::PredicateGroup ^> ^ preds, Guid convoyId, Microsoft::XLANGs::Core::Subscription ^ sub);
public abstract void CreateSubscription (Microsoft.XLANGs.Core.XlangStore store, int operationId, Microsoft.XLANGs.Core.PredicateGroup[] preds, Guid convoyId, Microsoft.XLANGs.Core.Subscription sub);
abstract member CreateSubscription : Microsoft.XLANGs.Core.XlangStore * int * Microsoft.XLANGs.Core.PredicateGroup[] * Guid * Microsoft.XLANGs.Core.Subscription -> unit
Public MustOverride 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