This document is archived and information here might be outdated.  Recommended version.


IRecipientContainer.SaveStorage Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IRecipientContainer.SaveStorage Method

Save the relevant information from memory into storage.

[Visual Basic .NET]
Public Sub SaveStorage ( _
    ByVal __MIDL__IRecipientContainer0001 As IStorage _
)
[C#]
public void SaveStorage (
    IStorage __MIDL__IRecipientContainer0001
);
[C++]
HRESULT SaveStorage(
  IStorage* __MIDL__IRecipientContainer0001
);
[C++]

Parameters __MIDL__IRecipientContainer0001 [in]
__MIDL__IRecipientContainer0001 is a parameter of type IStorage

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IRecipientContainer Interface