This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface IRequestedBuffers
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IRequestedBuffers

The type exposes the following methods.

Public Methods

  Name Description
Public method Exists
Checks is the specified buffer is requested.
Public method Get
Gets the specified requested savebuffer's value.
Public method GetName
Gets the name of the buffer used to request internal state into.
Public method Set
Sets the specified requested savebuffer's value.

See Also

Advanced