|
ShellSectionStateUpdate Method
|
Update the current state instance.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void Update(
Retriever retriever
)
Public Sub Update (
retriever As Retriever
)
public:
void Update(
Retriever^ retriever
)
member Update :
retriever : Retriever -> unit
Parameters
- retriever
- Type: Karamba.Results.ShellSectionRetriever
Retriever instance used to update the current state.
See Also