PSWorkflowInstanceStore.DoSave(IEnumerable<Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DoSave
protected:
abstract void DoSave(System::Collections::Generic::IEnumerable<System::Object ^> ^ components);
protected abstract void DoSave (System.Collections.Generic.IEnumerable<object> components);
abstract member DoSave : seq<obj> -> unit
Protected MustOverride Sub DoSave (components As IEnumerable(Of Object))
Parameters
- components
- IEnumerable<Object>