SyncParameter Members
Encapsulates information sent from the client to the server.
The following tables list the members exposed by the SyncParameter type.
Public Constructors
Name | Description | |
---|---|---|
SyncParameter | Overloaded. Initializes a new instance of the SyncParameter class. |
Top
Public Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether a SyncParameter object is equal to a particular value. | |
GetHashCode | Overridden. Serves as a hash function for a SyncParameter. This is suitable for use in hashing algorithms and data structures such as a hash table. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether the two specified SyncParameter objects are equal. | |
op_Inequality | Determines whether the two specified SyncParameter objects are not equal. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a string that represents the SyncParameter object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncParameter Class
Microsoft.Synchronization.Data Namespace