ManagedUrl.RoundRobin Property
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
Gets or sets a value that indicates whether to cycle through access to the bindings.
Namespace: Microsoft.Uddi
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim instance As ManagedUrl Dim value As Boolean value = instance.RoundRobin instance.RoundRobin = value |
Syntax
'Declaration
PublicPropertyRoundRobinAsBoolean
publicboolRoundRobin { get; set; }
public:
propertyboolRoundRobin {
boolget ();
voidset (boolvalue);
}
/** @property */
publicbooleanget_RoundRobin ()
/** @property */
publicvoidset_RoundRobin (booleanvalue)
publicfunction getRoundRobin () : booleanpublicfunction setRoundRobin (value : boolean)
Property Value
A value that indicates whether to cycle through access to the bindings.
Remarks
If you set this property to true, the ManagedUrl object calls the Reset method to reset all items in the binding cache. Each subsequent call to the Value property will return the URL for the next binding in the list. If this property is false, the ManagedUrl object returns the same bound access point value every time.
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.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP
See Also
Reference
ManagedUrl Class
ManagedUrl Members
Microsoft.Uddi Namespace