BaseRegistryApiClient.PostResource<T, V> Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.NMOS.QueryAPI.Client.Clients.Base Namespace > BaseRegistryApiClient Class > BaseRegistryApiClient Methods >

BaseRegistryApiClient.PostResource<T, V> Method

Namespace: BNCS.NMOS.QueryAPI.Client.Clients.Base
Assembly:  BNCS.NMOS.QueryAPI.Client (in BNCS.NMOS.QueryAPI.Client.dll)

 

Syntax


public Task<T> PostResource<T, V>(
 string uri,
 V resource,
 CancellationToken cancellationToken
)

Type Parameters

T

 

V

 

Parameters

uri

Type: String

resource

Type: V

cancellationToken

Type: CancellationToken

 

See Also


BaseRegistryApiClient Class

BNCS.NMOS.QueryAPI.Client.Clients.Base Namespace