Responder Developer Guide
Clear Method (OutputBuffer)


Clears the Buffer.
Syntax
'Declaration
 
Public Sub Clear() 
'Usage
 
Dim instance As OutputBuffer
 
instance.Clear()
public void Clear()
Remarks
The reason for this method is that while a remote client (e.g. in another AppDomain) can access the Buffer set its length to zero it will have no effect. This is because a StringBuilder is serializable and therefore the client will be "clearing" the copy, not the original object. (Recall that serializable objects have by-val semantics when crossing a remoting boundary).
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OutputBuffer Class
OutputBuffer Members

 

 


Send Comment