Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified proxy is connected to the service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function IsConnected ( _
proxy As SPServiceApplicationProxy _
) As Boolean
'Usage
Dim instance As SPUsageApplication
Dim proxy As SPServiceApplicationProxy
Dim returnValue As Boolean
returnValue = instance.IsConnected(proxy)
public override bool IsConnected(
SPServiceApplicationProxy proxy
)
Parameters
proxy
Type: Microsoft.SharePoint.Administration.SPServiceApplicationProxyThe proxy object through which to connect to the server.
Return Value
Type: System.Boolean
A Boolean value = true if the specified proxy is connected to the service application.