RPC AllViaServer Order

When we send RPCs with target of AllViaServer it says in the document that order is maintained but is that order only for that particular RPC? Or this is all the RPCs for the photonView? Say I have two RPCs in a class for a photonView, the RPC methods are: "RPC1" and "RPC2". If I execute "RPC2" then "RPC1" will it execute in that order for all the clients?

Comments