This document is archived and information here might be outdated.  Recommended version.


IJobDefinition.BinaryRequest Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJobDefinition.BinaryRequest Property

Request message in binary format.

[Visual Basic .NET]
Public Property BinaryRequest As Byte[]
[C#]
public Byte[] BinaryRequest {get; set;}
[C++]
HRESULT get_BinaryRequest(
  ppVal* ppVal
);
[C++]
HRESULT put_BinaryRequest(
  ppVal ppVal
);
[C++]

Parameters ppVal [out, retval] ppVal is a parameter of type ppVal [in] ppVal is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJobDefinition Interface