DomainService.Submit Method

WCF RIA Services

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Performs the operations indicated by the specified ChangeSet by invoking each of the corresponding domain operations.

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

'Declaration
Public Overridable Function Submit ( _
	changeSet As ChangeSet _
) As Boolean
'Usage
Dim instance As DomainService
Dim changeSet As ChangeSet
Dim returnValue As Boolean

returnValue = instance.Submit(changeSet)

Parameters

changeSet
Type: System.ServiceModel.DomainServices.Server.ChangeSet
The ChangeSet to submit.

Return Value

Type: System.Boolean
true if the submit was successful; otherwise, false.
Show: