C# Class Res.Client.Internal.NetMQ.NetMqExtensions

Mostrar archivo Open project: heartysoft/res

Public Methods

Method Description
Append ( this message, NetMQFrame frames ) : void
PopDateTime ( this msg ) : System.DateTime
PopGuid ( this msg ) : System.Guid
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 str ) : 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

PopGuid() public static method

public static PopGuid ( this msg ) : System.Guid
msg this
return System.Guid

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 str ) : NetMQFrame
str this
return NetMQFrame