Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queues up the invokable to be invoked during IUpdatable.SaveChanges().
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Sub ScheduleInvokable ( _
invokable As IDataServiceInvokable _
)
'Usage
Dim instance As IDataServiceUpdateProvider2
Dim invokable As IDataServiceInvokable
instance.ScheduleInvokable(invokable)
void ScheduleInvokable(
IDataServiceInvokable invokable
)
void ScheduleInvokable(
IDataServiceInvokable^ invokable
)
abstract ScheduleInvokable :
invokable:IDataServiceInvokable -> unit
function ScheduleInvokable(
invokable : IDataServiceInvokable
)
Parameters
- invokable
Type: System.Data.Services.Providers.IDataServiceInvokable
The invokable instance whose Invoke() method will be called during IUpdatable.SaveChanges().