SubmitCompletedResult Constructor
[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.]
Initializes a new instance of the SubmitCompletedResult class with the specified change set and operation results.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Sub New ( _
changeSet As EntityChangeSet, _
operationResults As IEnumerable(Of ChangeSetEntry) _
)
'Usage
Dim changeSet As EntityChangeSet
Dim operationResults As IEnumerable(Of ChangeSetEntry)
Dim instance As New SubmitCompletedResult(changeSet, _
operationResults)
public SubmitCompletedResult(
EntityChangeSet changeSet,
IEnumerable<ChangeSetEntry> operationResults
)
public:
SubmitCompletedResult(
EntityChangeSet^ changeSet,
IEnumerable<ChangeSetEntry^>^ operationResults
)
new :
changeSet:EntityChangeSet *
operationResults:IEnumerable<ChangeSetEntry> -> SubmitCompletedResult
public function SubmitCompletedResult(
changeSet : EntityChangeSet,
operationResults : IEnumerable<ChangeSetEntry>
)
Parameters
- changeSet
Type: System.ServiceModel.DomainServices.Client.EntityChangeSet
The change set that was submitted.
- operationResults
Type: System.Collections.Generic.IEnumerable<ChangeSetEntry>
The ChangeSetEntry results sent from the DomainService for the submit operation.