C# Класс Res.Client.Internal.NetMQ.NetMqExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Append() публичный статический Метод

public static Append ( this message, NetMQFrame frames ) : void
message this
frames NetMQFrame
Результат void

PopDateTime() публичный статический Метод

public static PopDateTime ( this msg ) : System.DateTime
msg this
Результат System.DateTime

PopGuid() публичный статический Метод

public static PopGuid ( this msg ) : System.Guid
msg this
Результат System.Guid

PopInt32() публичный статический Метод

public static PopInt32 ( this msg ) : int
msg this
Результат int

PopInt64() публичный статический Метод

public static PopInt64 ( this msg ) : long
msg this
Результат long

PopNullableInt64() публичный статический Метод

public static PopNullableInt64 ( this msg ) : long?
msg this
Результат long?

PopString() публичный статический Метод

public static PopString ( this msg ) : string
msg this
Результат string

PopStringOrNull() публичный статический Метод

public static PopStringOrNull ( this msg ) : string
msg this
Результат string

PopUntilEmptyFrame() публичный статический Метод

public static PopUntilEmptyFrame ( this message ) : NetMQFrame[]
message this
Результат NetMQFrame[]

ToNetMqFrame() публичный статический Метод

public static ToNetMqFrame ( this str ) : NetMQFrame
str this
Результат NetMQFrame