C# Class Res.Core.TcpTransport.NetMqExtensions

显示文件 Open project: heartysoft/res

Public Methods

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

Method Details

Append() public static method

public static Append ( this message, NetMQFrame frames ) : void
message this
frames NetMQFrame
return void

PopDateTime() public static method

public static PopDateTime ( this msg ) : System.DateTime
msg this
return System.DateTime

PopInt32() public static method

public static PopInt32 ( this msg ) : int
msg this
return int

PopInt64() public static method

public static PopInt64 ( this msg ) : long
msg this
return long

PopNullableInt64() public static method

public static PopNullableInt64 ( this msg ) : long?
msg this
return long?

PopString() public static method

public static PopString ( this msg ) : string
msg this
return string

PopStringOrNull() public static method

public static PopStringOrNull ( this msg ) : string
msg this
return string

PopUntilEmptyFrame() public static method

public static PopUntilEmptyFrame ( this message ) : NetMQFrame[]
message this
return NetMQFrame[]

ToNetMqFrame() public static method

public static ToNetMqFrame ( this dateTime ) : NetMQFrame
dateTime this
return NetMQFrame