Portal.bind

This version of bind accept generic InputRanges of format codes and field serializers 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 = null)
  2. void bind(in Args args)
  3. void bind(scope FR paramCodeRange, scope PR paramRange, scope RR returnCodeRange)
    class Portal(ConnT)
    final
    void
    bind
    pure
    (
    FR
    PR
    RR
    )
    (
    ,
    scope PR paramRange
    ,
    )
  4. void bind(scope const(Nullable!string)[] args)

Meta