ManagedUrl Members
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Manages fail over and round-robin access to a group of access points.
The following tables list the members exposed by the ManagedUrl type.
Public Constructors
Name | Description | |
---|---|---|
ManagedUrl | Overloaded. Initializes an instance of the ManagedUrl class. |
Top
Public Properties
Name | Description | |
---|---|---|
BindingKey | Gets the binding key of the current AccessPoint that is being used. | |
BusinessKey | Gets the business key for the business that owns the current binding template. | |
Count | Gets the total number of valid bindings that remain. | |
LastRefreshed | Gets the time that the last refresh of this BindingTemplate list occurred. | |
RefreshMode | Gets or sets when a full refresh of the stored access points will be rebuilt. | |
ResetOnRefreshFailure | Gets or sets a value that indicates if the list should be reset to a valid state when the UDDI server cannot be contacted for a Refresh call. | |
RoundRobin | Gets or sets a value that indicates whether to cycle through access to the bindings. | |
SelectedIndex | Gets the index of the current binding template. | |
ServiceKey | Gets the service key for the current binding template. | |
SortByTModelKey | Gets or sets the tModelKey that will be used to sort the list of access points. | |
TimeToLive | Gets or sets the time to live for the binding list. | |
Value | Gets a string that represents the next valid access point. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Clear | Clears all valid and invalid URLs. | |
Equals | Overloaded. (Inherited from Object) | |
FailOver | Overloaded. Removes the current URL from the working list. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Refresh | Rebuilds the BindingTemplate using the current find request. | |
Reset | Resets all items in the binding cache. After the bindings are reset, they are available for use again. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
OnListExhausted | Issues the ListExhausted event. |
Top
Public Events
Name | Description | |
---|---|---|
ListExhausted | Occurs when all valid access points have failed. |
Top