SPServiceLoadBalancerContext.EndOperation Method
Ends the operation specified by the context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub EndOperation
'Usage
Dim instance As SPServiceLoadBalancerContext
instance.EndOperation()
public virtual void EndOperation()
Remarks
Calls the EndOperation method on the load balancer.
See Also
Reference
SPServiceLoadBalancerContext Class