ChatGui.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
    public void Update()
    {
        if (this.chatClient != null)
        {
            this.chatClient.Service();  // make sure to call this regularly! it limits effort internally, so calling often is ok!
        }
    }