DataNotification Constructor |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DataNotification(
string beName,
BeActionType actionType,
string lid
)
Public Sub New (
beName As String,
actionType As BeActionType,
lid As String
)
public:
DataNotification(
String^ beName,
BeActionType actionType,
String^ lid
)
new :
beName : string *
actionType : BeActionType *
lid : string -> DataNotificationParameters
- beName
- Type: SystemString
- actionType
- Type: Unvired.Kernel.UWP.ConstantsBeActionType
- lid
- Type: SystemString
See Also