SPLongOperation.Begin method
Starts a long operation.
Overload list
Name | Description | |
---|---|---|
Begin() | Starts a long operation. | |
Begin(SPLongOperation.BeginOperation) | Starts a long operation and specifies a delegate method. | |
Begin(String, String, SPLongOperation.BeginOperation) | Starts a long operation, specifies a delegate method, and specifies HTML markup for display at the beginning and end of the operation. |
Top