| Miner.Responder.Shared Namespace > ResponderServices Class : ExecuteRequest<T> Method |
'DeclarationPublic Shared Function ExecuteRequest(Of T As {Class, IDataRequest})( _ ByVal request As T _ ) As T
'UsageDim request As T Dim value As T value = ResponderServices.ExecuteRequest(Of T)(request)
public static T ExecuteRequest<T>( T request ) where T: class, IDataRequest
public: static T* ExecuteRequest<T>( T* request ) where T: ref class, IDataRequest
public: static T^ ExecuteRequestgeneric<typename T> ( T^ request ) where T: ref class, IDataRequest
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2