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)
Available in Sandboxed Solutions: No
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