FetchFileBuilderTFromService Method |
When invoked will cause the MobileFile to be refreshed from the service.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic FetchFileBuilder<T> FromService()
Public Function FromService As FetchFileBuilder(Of T)
public:
FetchFileBuilder<T>^ FromService()
member FromService : unit -> FetchFileBuilder<'T>
Return Value
Type:
FetchFileBuilderTThe FetchFileBuilder object.
See Also