AuthenticationOperation.RaiseCompletionPropertyChanges 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.]
Raises property changes after the operation has completed.
Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected Overridable Sub RaiseCompletionPropertyChanges
'Usage
Me.RaiseCompletionPropertyChanges()
protected virtual void RaiseCompletionPropertyChanges()
protected:
virtual void RaiseCompletionPropertyChanges()
abstract RaiseCompletionPropertyChanges : unit -> unit
override RaiseCompletionPropertyChanges : unit -> unit
protected function RaiseCompletionPropertyChanges()
Remarks
This method is invoked by the callback passed into BeginCore once OperationBase.Result and OperationBase.Error have been set. Change notifications for any properties that have been affected by the state changes should occur here.
See Also
Reference
System.ServiceModel.DomainServices.Client.ApplicationServices Namespace