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!

AxHost.State.RefreshStorage

[To be supplied.]

[Visual Basic]
Overridable Public Function RefreshStorage( _
   ByVal iPersistStorage As IPersistStorage _
) As State
[C#]
public virtual State RefreshStorage(
   IPersistStorage iPersistStorage
);
[C++]
public: virtual State* RefreshStorage(
   IPersistStorage* iPersistStorage
);
[JScript]
public function RefreshStorage(
   iPersistStorage : IPersistStorage
) : State;

Parameters

iPersistStorage
[To be supplied.]

See Also

AxHost.State Class | AxHost.State Members | System.WinForms Namespace