LoadOperation.UpdateResults Method
[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.]
Updates the observable result collections.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected Overridable Sub UpdateResults ( _
result As DomainClientResult _
)
'Usage
Dim result As DomainClientResult
Me.UpdateResults(result)
protected virtual void UpdateResults(
DomainClientResult result
)
protected:
virtual void UpdateResults(
DomainClientResult^ result
)
abstract UpdateResults :
result:DomainClientResult -> unit
override UpdateResults :
result:DomainClientResult -> unit
protected function UpdateResults(
result : DomainClientResult
)
Parameters
- result
Type: System.ServiceModel.DomainServices.Client.DomainClientResult
The results of the completed load operation.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | result is nulla null reference (Nothing in Visual Basic). |