Click or drag to resize

CzmlUpdateDocumentCreateStreamingDocument Method

Overload List
  NameDescription
Public methodCreateStreamingDocument

Creates a CzmlUpdateDocumentPacketizer that can be used to stream CZML incrementally to a client.

The resulting CzmlUpdateDocumentPacketizer must be given a writer to write each packet to by calling GenerateNextPacket(TextWriter).

Public methodCreateStreamingDocument(TextWriter)
Creates a CzmlUpdateDocumentPacketizer that can be used to stream CZML incrementally to a client.
Top
See Also