Exemplo n.º 1
0
 internal async Task <RemoteStorageDownloadUGCResult_t?> UGCDownloadToLocation(UGCHandle_t hContent, string pchLocation, uint unPriority)
 {
     return(await RemoteStorageDownloadUGCResult_t.GetResultAsync(_UGCDownloadToLocation( Self, hContent, pchLocation, unPriority )));
 }
 internal async Task <RemoteStorageDownloadUGCResult_t?> UGCDownloadToLocation(UGCHandle_t hContent, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string pchLocation, uint unPriority)
 {
     return(await RemoteStorageDownloadUGCResult_t.GetResultAsync(_UGCDownloadToLocation( Self, hContent, pchLocation, unPriority )));
 }
Exemplo n.º 3
0
 internal async Task <RemoteStorageDownloadUGCResult_t?> UGCDownload(UGCHandle_t hContent, uint unPriority)
 {
     return(await RemoteStorageDownloadUGCResult_t.GetResultAsync(_UGCDownload( Self, hContent, unPriority )));
 }
Exemplo n.º 4
0
        internal async Task <RemoteStorageDownloadUGCResult_t?> UGCDownload(UGCHandle_t hContent, uint unPriority)
        {
            RemoteStorageDownloadUGCResult_t?resultAsync = await RemoteStorageDownloadUGCResult_t.GetResultAsync(this._UGCDownload(this.Self, hContent, unPriority));

            return(resultAsync);
        }