C-DEngine 5.105

TheTimedCallbacks<(Of <(<'T>)>)>..::..GetTimedRequest Method

Retrieves a Callback by its MagicID

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static Action<string, T> GetTimedRequest(
	string LastID
)
Public Shared Function GetTimedRequest ( _
	LastID As String _
) As Action(Of String, T)
public:
static Action<String^, T>^ GetTimedRequest(
	String^ LastID
)

Parameters

LastID
Type: String
MagicID of the callback

Return Value