Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History

ServiceInvocation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Service Invocation

Dapr - Service Invocation building block


Invoke Service

var contact = await _daprClient.InvokeMethodAsync<Contact>(
                HttpMethod.Get,
                ContactsApiName,
                $"/api/Contacts/read?name={name}");