ITopologyWebServiceApplication.GetEndPoints method
Retrieve a list of end points for the service application identified by the specified [System.Guid] identifier.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SPTopologyWebServiceApplicationFault))> _
Function GetEndPoints ( _
serviceId As Guid _
) As ReadOnlyCollection(Of Uri)
'Usage
Dim instance As ITopologyWebServiceApplication
Dim serviceId As Guid
Dim returnValue As ReadOnlyCollection(Of Uri)
returnValue = instance.GetEndPoints(serviceId)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SPTopologyWebServiceApplicationFault))]
ReadOnlyCollection<Uri> GetEndPoints(
Guid serviceId
)
Parameters
serviceId
Type: System.Guid[System.Guid] used to identify a service application.
Return value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Uri>
A ReadOnlyCollection<T> (collection) of URI objects that represent end points of the given service application..
See also
Reference
ITopologyWebServiceApplication interface