C# 클래스 Res.Core.TcpTransport.NetMqExtensions

파일 보기 프로젝트 열기: heartysoft/res

공개 메소드들

메소드 설명
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

메소드 상세

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

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 dateTime ) : NetMQFrame
dateTime this
리턴 NetMQFrame