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


IMobileSync.ExecuteRequest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileSync Interface > IMobileSync.ExecuteRequest Method
ArcGIS Developer Help

IMobileSync.ExecuteRequest Method

Handle Binary Request.

[Visual Basic .NET]
Public Sub ExecuteRequest ( _
    ByVal pRequestStream As IMemoryBlobStream, _
    ByRef ppResponse As IMemoryBlobStream _
)
[C#]
public void ExecuteRequest (
    IMemoryBlobStream pRequestStream,
    ref IMemoryBlobStream ppResponse
);
[C++]
HRESULT ExecuteRequest(
  IMemoryBlobStream* pRequestStream,
  IMemoryBlobStream** ppResponse
);
[C++]
Parameters
pRequestStream [in]

pRequestStream is a parameter of type IMemoryBlobStream* ppResponse [out]
ppResponse is a parameter of type IMemoryBlobStream**

Product Availability

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

See Also

IMobileSync Interface