protected FABChannel(IFABChannel parent, FABChannelId id) { this.Parent = parent; this.Id = id; this.channelUnsafe = this.NewUnsafe(); this.pipeline = this.NewChannelPipeline(); }
public static FABChannelId NewInstance() { var id = new FABChannelId(); id.Init(); return(id); }
protected virtual FABChannelId NewID() { return(FABChannelId.NewInstance()); }