Steamworks.SteamRemoteStorage.SynchronizeToServer C# (CSharp) Method

SynchronizeToServer() public static method

Upload any requested files to the Cloud - results in a RemoteStorageAppSyncedServer_t callback

public static SynchronizeToServer ( ) : bool
return bool
		public static bool SynchronizeToServer() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_SynchronizeToServer();
		}