Application.command_remotesend C# (CSharp) Method

command_remotesend() public method

public command_remotesend ( string servername, string keys ) : void
servername string
keys string
return void
    public unsafe void command_remotesend(string servername, string keys)
    {
        if (vimremote_remotesend(servername, keys) != 0) {
          throw new Exception("vimremote_remotesend() failed");
        }
    }