Method | Description | |
---|---|---|
Append ( this message, NetMQFrame frames ) : void | ||
PopDateTime ( this msg ) : System.DateTime | ||
PopInt32 ( this msg ) : int | ||
PopInt64 ( this msg ) : long | ||
PopNullableInt64 ( this msg ) : long? | ||
PopString ( this msg ) : string | ||
PopStringOrNull ( this msg ) : string | ||
PopUntilEmptyFrame ( this message ) : NetMQFrame[] | ||
ToNetMqFrame ( this dateTime ) : NetMQFrame |
public static Append ( this message, NetMQFrame frames ) : void | ||
message | this | |
frames | NetMQFrame | |
return | void |
public static PopDateTime ( this msg ) : System.DateTime | ||
msg | this | |
return | System.DateTime |
public static PopNullableInt64 ( this msg ) : long? | ||
msg | this | |
return | long? |
public static PopString ( this msg ) : string | ||
msg | this | |
return | string |
public static PopStringOrNull ( this msg ) : string | ||
msg | this | |
return | string |
public static PopUntilEmptyFrame ( this message ) : NetMQFrame[] | ||
message | this | |
return | NetMQFrame[] |
public static ToNetMqFrame ( this dateTime ) : NetMQFrame | ||
dateTime | this | |
return | NetMQFrame |