DomainContext.IsSubmitting Property
[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.]
Gets a value indicating whether this DomainContext is currently performing a submit operation.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Property IsSubmitting As Boolean
Get
Private Set
'Usage
Dim instance As DomainContext
Dim value As Boolean
value = instance.IsSubmitting
public bool IsSubmitting { get; private set; }
public:
property bool IsSubmitting {
bool get ();
private: void set (bool value);
}
member IsSubmitting : bool with get, private set
function get IsSubmitting () : boolean
private function set IsSubmitting (value : boolean)
Property Value
Type: System.Boolean
true if there is a pending submit operation; otherwise, false.