Constructor IOContext
IOContext()
Declaration
IOContext(FlushInfo)
Declaration
public IOContext(FlushInfo flushInfo)
Parameters
IOContext(IOContext.UsageContext)
Declaration
public IOContext(IOContext.UsageContext context)
Parameters
IOContext(MergeInfo)
Declaration
public IOContext(MergeInfo mergeInfo)
Parameters
IOContext(IOContext, Boolean)
This constructor is used to initialize a IOContext instance with a new value for the ReadOnce property.
Declaration
public IOContext(IOContext ctxt, bool readOnce)
Parameters
Type |
Name |
Description |
IOContext |
ctxt |
IOContext object whose information is used to create the new instance except the ReadOnce property.
|
System.Boolean |
readOnce |
The new IOContext object will use this value for ReadOnce.
|