Alarm.ExtentionMethods.RegisterToTimeService C# (CSharp) Méthode

RegisterToTimeService() public static méthode

public static RegisterToTimeService ( this client, string function ) : void
client this
function string
Résultat void
        public static void RegisterToTimeService(this Client client, string function)
        {
            IXPFile file = new IXPFile();
            file.NetworkFunction = "com.projectgame.clock.clock.registertotimeservice";
            file.PutInfo("functionName", function);
            client.NoResponseRequest(file);
        }