[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Mailbox class
Namespace: NFX.DataAccess.CRUD.SubscriptionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal Mailbox(
ICRUDSubscriptionStoreImplementation store,
string name
)
protected internal Mailbox(
ICRUDSubscriptionStoreImplementation store,
string name
)
Protected Friend Sub New (
store As ICRUDSubscriptionStoreImplementation,
name As String
)
Protected Friend Sub New (
store As ICRUDSubscriptionStoreImplementation,
name As String
)
protected public:
Mailbox(
ICRUDSubscriptionStoreImplementation^ store,
String^ name
)
protected public:
Mailbox(
ICRUDSubscriptionStoreImplementation^ store,
String^ name
)
new :
store : ICRUDSubscriptionStoreImplementation *
name : string -> Mailbox
new :
store : ICRUDSubscriptionStoreImplementation *
name : string -> Mailbox