ISPUserCodeExecutionHostProxy.Ping method
This interface method declaration is implemented by the [SPUserCodeExecutionHost] object and enables the client to verify whether the server is operational or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function Ping As Boolean
'Usage
Dim instance As ISPUserCodeExecutionHostProxy
Dim returnValue As Boolean
returnValue = instance.Ping()
bool Ping()
Return value
Type: System.Boolean
A Boolean value = true.
See also
Reference
ISPUserCodeExecutionHostProxy interface