Share via


IVsTypeLibraryWrapperBatchSupport.StopBatch Method

Definition

Unloads the application domain after batch processing is complete. Creates an exception if the batch processing failed to perform as expected.

public:
 int StopBatch();
public:
 int StopBatch();
int StopBatch();
public int StopBatch ();
abstract member StopBatch : unit -> int
Public Function StopBatch () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to