Click or drag to resize
SynchronizationEngineOpenEndpointAsyncT Method
Returns an object that provides access to an endpoint in a custom code API.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<MobileEndpoint<T>> OpenEndpointAsync<T>(
	string apiName,
	string endpointPath
)
where T : new(), MobileObject

Parameters

apiName
Type: SystemString
The name of the custom code API.
endpointPath
Type: SystemString
The endpoint in the custom code API.

Type Parameters

T
The type of objects that the custom code API exposes.

Return Value

Type: TaskMobileEndpointT
An MobileEndpoint object for accessing custom code.
See Also