ArcFM Engine Developer Guide
ExecuteRequest<T> Method (ResponderServices)


Execute a request using dataservices
Syntax
'Declaration
 
Public Shared Function ExecuteRequest(Of T As {Class, IDataRequest})( _
   ByVal request As T _
) As T
'Usage
 
Dim request As T
Dim value As T
 
value = ResponderServices.ExecuteRequest(Of T)(request)
public static T ExecuteRequest<T>( 
   T request
)
where T: class, IDataRequest

Parameters

request

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderServices Class
ResponderServices Members

 

 


Send Comment