internal async Task <RemoteStorageFileShareResult_t?> FileShare([MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string pchFile)
 {
     return(await RemoteStorageFileShareResult_t.GetResultAsync(_FileShare( Self, pchFile )));
 }
示例#2
0
 internal async Task <RemoteStorageFileShareResult_t?> FileShare(string pchFile)
 {
     return(await RemoteStorageFileShareResult_t.GetResultAsync(_FileShare( Self, pchFile )));
 }
示例#3
0
        internal async Task <RemoteStorageFileShareResult_t?> FileShare(string pchFile)
        {
            RemoteStorageFileShareResult_t?resultAsync = await RemoteStorageFileShareResult_t.GetResultAsync(this._FileShare(this.Self, pchFile));

            return(resultAsync);
        }