eDriven Framework API
AsyncRequestHandler<(Of <(<'TIdentifier, TResponse>)>)> Class
NamespaceseDriven.Core.TasksAsyncRequestHandler<(Of <(<'TIdentifier, TResponse>)>)>
eDriven Framework API
Handles task callbacks
Declaration Syntax
C#Visual BasicVisual C++
public class AsyncRequestHandler<TIdentifier, TResponse> : IDisposable
Public Class AsyncRequestHandler(Of TIdentifier, TResponse) _
	Implements IDisposable
generic<typename TIdentifier, typename TResponse>
public ref class AsyncRequestHandler : IDisposable
Generic Template Parameters
TIdentifier
TResponse
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
AsyncRequestHandler<(Of <(<'TIdentifier, TResponse>)>)>()()()()
Constructor

AddResponse(TResponse)
Adds a response

DebugMode
Debug mode

Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetId
Delegate for getting ID from response

GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Process()()()()
A heartbeat function

Receive(array<Object>[]()[][])
Update signal reveicer

Send(TIdentifier, AsyncRequestHandler<(Of <<'(TIdentifier, TResponse>)>>)..::..Callback)
Sends a request

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AsyncRequestHandler<(Of <(<'TIdentifier, TResponse>)>)>

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)