SPServiceApplication.IsConnected-Methode
Bestimmt, ob der angegebene Proxy der Dienstanwendung verbunden ist.
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
)
Parameter
proxy
Typ: Microsoft.SharePoint.Administration.SPServiceApplicationProxyDer Proxy.
Rückgabewert
Typ: System.Boolean
true , wenn der angegebene Proxy für die Dienstanwendung verbunden ist; andernfalls false.
Hinweise
Diese Methode gibt immer false.