DefaultRetryPolicy members
Provides a workflow activity to define the default retry policy when calling a Web service.
The DefaultRetryPolicy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DefaultRetryPolicy | Initializes a new instance of the DefaultRetryPolicy class. |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
DoRetry | Gets or sets whether or not to retry a call to a Web service. | |
Headers | Gets or sets the request headers associated with the Web service call. | |
Id | (Inherited from Activity.) | |
Implementation | (Inherited from Activity.) | |
Response | Gets or sets the response returned from the Web service call. | |
StatusCode | Gets or sets the status code returned from the Web service call. |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | (Inherited from Activity.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Top