InvokeArgs Class
[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.]
Represents the information required to call an invoke operation.
Inheritance Hierarchy
System.Object
System.ServiceModel.DomainServices.Client.InvokeArgs
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public NotInheritable Class InvokeArgs
'Usage
Dim instance As InvokeArgs
public sealed class InvokeArgs
public ref class InvokeArgs sealed
[<SealedAttribute>]
type InvokeArgs = class end
public final class InvokeArgs
The InvokeArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvokeArgs | Initializes a new instance of the InvokeArgs class. |
Top
Properties
Name | Description | |
---|---|---|
HasSideEffects | Gets a value indicating whether the operation has side-effects. | |
OperationName | Gets the name of the operation. | |
Parameters | Gets the parameters, if any, required by the operation. | |
ReturnType | Gets the return type of the operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.