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


IRecipientContainer.SaveStorage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IR > IRecipientContainer Interface > IRecipientContainer.SaveStorage Method
ArcGIS Developer Help

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