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


IJobDefinition.BinaryRequest Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobDefinition Interface > IJobDefinition.BinaryRequest Property
ArcGIS Developer Help

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(
  SAFEARRAY(System.Byte)* ppVal
);
[C++]
HRESULT put_BinaryRequest(
  SafeArray ppVal
);
[C++]
Parameters
ppVal [out, retval]

ppVal is a parameter of type SAFEARRAY(unsigned char)* ppVal [in]
ppVal is a parameter of type SAFEARRAY(unsigned char)

Product Availability

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

See Also

IJobDefinition Interface