Enable the observer again once disabled with suspend.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void Resume() |
Visual Basic |
---|
Public Sub Resume |
Visual C++ |
---|
public: void Resume() |
F# |
---|
member Resume : unit -> unit |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | If observer state is not suspended |