Portal.bind

This version of bind accept generic InputRanges of format codes and field marshallers and passes them directly to putBindMessage method of connection object. No parameter count and type validation is performed. If this portal is already bound and is a named one, Close message is posted.

  1. void bind(FormatCode[] resCodes)
  2. void bind(Args args)
  3. void bind(FR paramCodeRange, PR paramMarshRange, RR returnCodeRange)
    class Portal(ConnT)
    final
    void
    bind
    (
    FR
    PR
    RR
    )
    (,,)
  4. void bind(Nullable!(string)[] args)

Meta