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

See Also

Reference

IWarehouseAdapter Interface

IWarehouseAdapter Members

Microsoft.TeamFoundation.Adapter Namespace