SPRemoteEventServiceSettings members
The SPRemoteEventServiceSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRemoteEventServiceSettings |
Top
Properties
Name | Description | |
---|---|---|
CloseTimeout | Gets or sets the interval of time provided for a connection to close. | |
OpenTimeout | Gets or sets the interval of time provided for a connection to open. | |
ReceiveTimeout | Gets or sets the interval of time that a connection can remain inactive before it is dropped. | |
SendTimeout | Gets or sets the interval of time provided for a write operation to complete. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top