IWarehouseAdapter.RequestStop Method
Tries to stop the IWarehouseAdapter in an orderly fashion in the event the service is taken down. Adapters must be able to pick up from where they left off the next time they are called.
Namespace: Microsoft.TeamFoundation.Adapter
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Sub RequestStop
'Usage
Dim instance As IWarehouseAdapter
instance.RequestStop()
void RequestStop()
void RequestStop()
function RequestStop()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.