INotificationListenerNotifyQueryFunctionRemoved 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 NotifyQueryFunctionRemoved(
string functionName
)
Sub NotifyQueryFunctionRemoved (
functionName As String
)
void NotifyQueryFunctionRemoved(
String^ functionName
)
abstract NotifyQueryFunctionRemoved :
functionName : string -> unit
Parameters
- functionName
- Type: SystemString
See Also