NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDesignerHost.EndBatchOperation

Ends a lengthy operation.

[Visual Basic]
Sub EndBatchOperation()
[C#]
void EndBatchOperation();
[C++]
void EndBatchOperation() = 0;
[JScript]
function EndBatchOperation();

Remarks

After this call any notifications that were pending during the batch operation will be fired.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | BeginBatchOperation