|   | MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeWrite Method | 
        
        
          Note: This API is now obsolete.
        
        
        
        Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)]
public override void Write(
	byte[] buffer,
	int offset,
	int count
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)>
Public Overrides Sub Write ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)]
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)>]
abstract Write : 
        buffer : byte[] * 
        offset : int * 
        count : int -> unit 
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)>]
override Write : 
        buffer : byte[] * 
        offset : int * 
        count : int -> unit function Write(buffer, offset, count);
Parameters
- buffer  Byte
- A Byte array.
- offset  Int32
- An Int32 for the count.
- count  Int32
- An Int32 for the offset.
Implements
IBinaryImageParserWrite(Byte, Int32, Int32) Exceptions
Exceptions| Exception | Condition | 
|---|
| NotImplementedException | This method should not be called directly. | 
 See Also
See Also