INotificationListenerNotifyDataSend Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid NotifyDataSend(
OutObject outObject
)
Sub NotifyDataSend (
outObject As OutObject
)
void NotifyDataSend(
OutObject^ outObject
)
abstract NotifyDataSend :
outObject : OutObject -> unit
Parameters
- outObject
- Type: Unvired.Kernel.UWP.ModelOutObject
See Also