SPServiceApplication.IsConnected method

Determines whether the specified proxy is connected to the service application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

Return value

Type: System.Boolean
true if the specified proxy is connected to the service application; otherwise, false.

Remarks

This method always returns false.

See also

Reference

SPServiceApplication class

SPServiceApplication members

Microsoft.SharePoint.Administration namespace