Entity.IsActionInvoked 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.]
Indicates whether the specified action has been invoked.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected Function IsActionInvoked ( _
name As String _
) As Boolean
'Usage
Dim name As String
Dim returnValue As Boolean
returnValue = Me.IsActionInvoked(name)
protected bool IsActionInvoked(
string name
)
protected:
bool IsActionInvoked(
String^ name
)
member IsActionInvoked :
name:string -> bool
protected function IsActionInvoked(
name : String
) : boolean
Parameters
- name
Type: System.String
The name of the action corresponding to a custom method.
Return Value
Type: System.Boolean
true if the specified action has been invoked; otherwise, false.