StreamOper Enum
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.
Defines the operation that is used by the CreateAndRegisterStream method. Rendering extensions may request a stream that is available for client applications through SOAP or URL access or a temporary stream to be used during the rendering process.
public enum class StreamOper
public enum StreamOper
type StreamOper =
Public Enum StreamOper
- Inheritance
-
StreamOper
Fields
Name | Value | Description |
---|---|---|
CreateAndRegister | 0 | Create a stream and register its name so that it can be returned through the SOAP API for subsequent client requests. The first stream registered is the primary output stream. |
CreateOnly | 1 | Only create a stream. This feature is used to create temporary streams that can be used by the rendering extension to handle large memory requirements. This temporary stream is not available for subsequent client requests. |
RegisterOnly | 2 | Register the stream as a secondary stream for the rendering extension. The method does not create a stream, but instead, the callback returns |
CreateForPersistedStreams | 3 | Create a single persisted stream for users who use the |