C# 클래스 tiesky.com.SharmIpcInternals.SharedMemory

상속: IDisposable
파일 보기 프로젝트 열기: hhblaze/SharmIPC 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposing

GetMessageId ( ) : ulong
SendMessage ( eMsgType msgType, ulong msgId, byte msg, ulong responseMsgId ) : bool
SharedMemory ( string uniqueHandlerName, SharmIpc SharmIPC, long bufferCapacity = 50000, int maxQueueSizeInBytes = 20000000 ) : System

메소드 상세

Dispose() 공개 메소드

Disposing
public Dispose ( ) : void
리턴 void

GetMessageId() 공개 메소드

public GetMessageId ( ) : ulong
리턴 ulong

SendMessage() 공개 메소드

public SendMessage ( eMsgType msgType, ulong msgId, byte msg, ulong responseMsgId ) : bool
msgType eMsgType
msgId ulong
msg byte
responseMsgId ulong
리턴 bool

SharedMemory() 공개 메소드

public SharedMemory ( string uniqueHandlerName, SharmIpc SharmIPC, long bufferCapacity = 50000, int maxQueueSizeInBytes = 20000000 ) : System
uniqueHandlerName string Can be name of APP, both syncronized processes must use the same name and it must be unique among the OS
SharmIPC SharmIpc SharmIPC instance
bufferCapacity long
maxQueueSizeInBytes int
리턴 System