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


IMobileSync.ExecuteRequest Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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