TheREST..::..GetRESTAsync Method (Uri, Action<(Of <(<'TheRequestData>)>)>)
Issues a REST GET call to a given URI
Namespace:
nsCDEngine.CommunicationAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static void GetRESTAsync( Uri sURL, Action<TheRequestData> LocalCallback )
Public Shared Sub GetRESTAsync ( _ sURL As Uri, _ LocalCallback As Action(Of TheRequestData) _ )
public: static void GetRESTAsync( Uri^ sURL, Action<TheRequestData^>^ LocalCallback )
Parameters
- sURL
- Type: Uri
Target URI for the REST call
- LocalCallback
- Type: Action<(Of <(<'TheRequestData>)>)>
Callback when the REST call is finished