C# 클래스 Res.Client.Internal.NetMQ.NetMqExtensions

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

공개 메소드들

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