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

Afficher le fichier Open project: heartysoft/res

Méthodes publiques

Méthode 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 méthode

public static Append ( this message, NetMQFrame frames ) : void
message this
frames NetMQFrame
Résultat void

PopDateTime() public static méthode

public static PopDateTime ( this msg ) : System.DateTime
msg this
Résultat System.DateTime

PopGuid() public static méthode

public static PopGuid ( this msg ) : System.Guid
msg this
Résultat System.Guid

PopInt32() public static méthode

public static PopInt32 ( this msg ) : int
msg this
Résultat int

PopInt64() public static méthode

public static PopInt64 ( this msg ) : long
msg this
Résultat long

PopNullableInt64() public static méthode

public static PopNullableInt64 ( this msg ) : long?
msg this
Résultat long?

PopString() public static méthode

public static PopString ( this msg ) : string
msg this
Résultat string

PopStringOrNull() public static méthode

public static PopStringOrNull ( this msg ) : string
msg this
Résultat string

PopUntilEmptyFrame() public static méthode

public static PopUntilEmptyFrame ( this message ) : NetMQFrame[]
message this
Résultat NetMQFrame[]

ToNetMqFrame() public static méthode

public static ToNetMqFrame ( this str ) : NetMQFrame
str this
Résultat NetMQFrame