SPServiceLoadBalancerContext.EndOperation method
Ends the operation specified by the context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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