A wait with a Please Wait UI element
Namespace:
SynergyClientAPI.Waits
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
Top
Top
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
Public Class UIWait
Implements IASyncWait
This language is not supported or no code example is available.
public class UIWait : IASyncWait
This language is not supported or no code example is available.
public ref class UIWait : public IASyncWait
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
UIWait(IWin32Window) | Simple constructor |
|
UIWait(IWin32Window, OperationCallback) | Constructor that allows a chained callback for additional processing |
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetCallback() | Gets the underlying callback |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
Reset() | Resets the waiter, if you need to reuse it |
|
SetServerEventID(Guid) | Set the server event id - not generally required to be manually called |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
|
Wait() | Waits for the operation to finish, and displays a Please Wait Form |
SynergyClientAPI.Waits.UIWait