Метод |
Описание |
|
AssertSession ( ) : void |
Throws an exception if the connector is not connected |
|
apama_breakpoint_remove ( IntPtr session, ApamaBreakpointType type, System.UInt64 address, System.UInt64 kind ) : ApamaReturnValue |
|
|
apama_breakpoint_set ( IntPtr session, ApamaBreakpointType type, System.UInt64 address, System.UInt64 kind ) : ApamaReturnValue |
|
|
apama_continue ( IntPtr session, System.UInt64 address ) : ApamaReturnValue |
|
|
apama_memory_read ( IntPtr session, System.UInt64 address, byte &buffer, System.UInt64 &read_bytes, System.UInt64 n ) : ApamaReturnValue |
|
|
apama_memory_write ( IntPtr session, System.UInt64 address, byte &buffer, System.UInt64 &written_bytes, System.UInt64 n ) : ApamaReturnValue |
|
|
apama_session_create ( StringBuilder protocol ) : IntPtr |
|
|
apama_session_destroy ( IntPtr session ) : ApamaReturnValue |
|
|