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 Overridable Function IsConnected ( _
proxy As SPServiceApplicationProxy _
) As Boolean
'Usage
Dim instance As SPServiceApplication
Dim proxy As SPServiceApplicationProxy
Dim returnValue As Boolean
returnValue = instance.IsConnected(proxy)
public virtual bool IsConnected(
SPServiceApplicationProxy proxy
)
Parameters
proxy
Type: Microsoft.SharePoint.Administration.SPServiceApplicationProxyThe proxy.
Return Value
Type: System.Boolean
true if the specified proxy is connected to the service application; otherwise, false.
Remarks
This method always returns false.