ESRI.ArcGIS.Mobile
ReadDiffGram(Stream,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > MobileCache Class > ReadDiffGram Method : ReadDiffGram(Stream,Boolean) Method

stream
ignoreVersionChange
Read from a stream a diff gram and incorporates the edits in the cache. The version name may be changed during the process. If edits already exist in the cache for a different version the process will stop.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ReadDiffGram( _
   ByVal stream As Stream, _
   ByVal ignoreVersionChange As Boolean _
) 
C# 
public void ReadDiffGram( 
   Stream stream,
   bool ignoreVersionChange
)

Parameters

stream
ignoreVersionChange

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.