1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > JSDoc: Class: BrokerMessageReceivedEventArgs</ title >
6
+
7
+ < script src ="scripts/prettify/prettify.js "> </ script >
8
+ < script src ="scripts/prettify/lang-css.js "> </ script >
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ < link type ="text/css " rel ="stylesheet " href ="styles/prettify-tomorrow.css ">
13
+ < link type ="text/css " rel ="stylesheet " href ="styles/jsdoc-default.css ">
14
+ </ head >
15
+
16
+ < body >
17
+
18
+ < div id ="main ">
19
+
20
+ < h1 class ="page-title "> Class: BrokerMessageReceivedEventArgs</ h1 >
21
+
22
+
23
+
24
+
25
+
26
+ < section >
27
+
28
+ < header >
29
+ < h2 >
30
+ BrokerMessageReceivedEventArgs
31
+ </ h2 >
32
+
33
+ </ header >
34
+
35
+ < article >
36
+ < div class ="container-overview ">
37
+
38
+
39
+
40
+
41
+ < dt >
42
+ < h4 class ="name " id ="BrokerMessageReceivedEventArgs "> < span class ="type-signature "> </ span > new BrokerMessageReceivedEventArgs< span class ="signature "> ()</ span > < span class ="type-signature "> </ span > </ h4 >
43
+
44
+
45
+ </ dt >
46
+ < dd >
47
+
48
+
49
+ < div class ="description ">
50
+ Event arguments used for receiving messages from the broker.
51
+ </ div >
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+ < dl class ="details ">
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ < dt class ="tag-source "> Source:</ dt >
82
+ < dd class ="tag-source "> < ul class ="dummy "> < li >
83
+ < a href ="eneter-messaging-7.0.0.js.html "> eneter-messaging-7.0.0.js</ a > , < a href ="eneter-messaging-7.0.0.js.html#line21 "> line 21</ a >
84
+ </ li > </ ul > </ dd >
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+ </ dl >
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+ </ dd >
109
+
110
+
111
+ </ div >
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+ < h3 class ="subsection-title "> Members</ h3 >
127
+
128
+ < dl >
129
+
130
+ < dt >
131
+ < h4 class ="name " id ="Message "> < span class ="type-signature "> </ span > Message< span class ="type-signature "> </ span > </ h4 >
132
+
133
+
134
+ </ dt >
135
+ < dd >
136
+
137
+ < div class ="description ">
138
+ Returns the notified message.
139
+ </ div >
140
+
141
+
142
+
143
+
144
+
145
+ < dl class ="details ">
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+ < dt class ="tag-source "> Source:</ dt >
166
+ < dd class ="tag-source "> < ul class ="dummy "> < li >
167
+ < a href ="eneter-messaging-7.0.0.js.html "> eneter-messaging-7.0.0.js</ a > , < a href ="eneter-messaging-7.0.0.js.html#line31 "> line 31</ a >
168
+ </ li > </ ul > </ dd >
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+ </ dl >
177
+
178
+
179
+
180
+
181
+
182
+ </ dd >
183
+
184
+
185
+
186
+ < dt >
187
+ < h4 class ="name " id ="MessageTypeId "> < span class ="type-signature "> </ span > MessageTypeId< span class ="type-signature "> </ span > </ h4 >
188
+
189
+
190
+ </ dt >
191
+ < dd >
192
+
193
+ < div class ="description ">
194
+ Returns type of the notified event.
195
+ </ div >
196
+
197
+
198
+
199
+
200
+
201
+ < dl class ="details ">
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+ < dt class ="tag-source "> Source:</ dt >
222
+ < dd class ="tag-source "> < ul class ="dummy "> < li >
223
+ < a href ="eneter-messaging-7.0.0.js.html "> eneter-messaging-7.0.0.js</ a > , < a href ="eneter-messaging-7.0.0.js.html#line26 "> line 26</ a >
224
+ </ li > </ ul > </ dd >
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+ </ dl >
233
+
234
+
235
+
236
+
237
+
238
+ </ dd >
239
+
240
+
241
+
242
+ < dt >
243
+ < h4 class ="name " id ="ReceivingError "> < span class ="type-signature "> </ span > ReceivingError< span class ="type-signature "> </ span > </ h4 >
244
+
245
+
246
+ </ dt >
247
+ < dd >
248
+
249
+ < div class ="description ">
250
+ Returns the error detected during receiving of the message.
251
+ </ div >
252
+
253
+
254
+
255
+
256
+
257
+ < dl class ="details ">
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+ < dt class ="tag-source "> Source:</ dt >
278
+ < dd class ="tag-source "> < ul class ="dummy "> < li >
279
+ < a href ="eneter-messaging-7.0.0.js.html "> eneter-messaging-7.0.0.js</ a > , < a href ="eneter-messaging-7.0.0.js.html#line36 "> line 36</ a >
280
+ </ li > </ ul > </ dd >
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+ </ dl >
289
+
290
+
291
+
292
+
293
+
294
+ </ dd >
295
+
296
+ </ dl >
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+ </ article >
305
+
306
+ </ section >
307
+
308
+
309
+
310
+
311
+ </ div >
312
+
313
+ < nav >
314
+ < h2 > < a href ="index.html "> Index</ a > </ h2 > < h3 > Classes</ h3 > < ul > < li > < a href ="AttachableDuplexOutputChannelBase.html "> AttachableDuplexOutputChannelBase</ a > </ li > < li > < a href ="AuthenticatedDuplexOutputChannel.html "> AuthenticatedDuplexOutputChannel</ a > </ li > < li > < a href ="BrokerMessageReceivedEventArgs.html "> BrokerMessageReceivedEventArgs</ a > </ li > < li > < a href ="DuplexBrokerClient.html "> DuplexBrokerClient</ a > </ li > < li > < a href ="DuplexChannelEventArgs.html "> DuplexChannelEventArgs</ a > </ li > < li > < a href ="DuplexChannelMessageEventArgs.html "> DuplexChannelMessageEventArgs</ a > </ li > < li > < a href ="DuplexTypedMessageSender.html "> DuplexTypedMessageSender</ a > </ li > < li > < a href ="EasyProtocolFormatter.html "> EasyProtocolFormatter</ a > </ li > < li > < a href ="EneterProtocolFormatter.html "> EneterProtocolFormatter</ a > </ li > < li > < a href ="JsonSerializer.html "> JsonSerializer</ a > </ li > < li > < a href ="MessageBusOutputChannel.html "> MessageBusOutputChannel</ a > </ li > < li > < a href ="MultiTypedMessageSender.html "> MultiTypedMessageSender</ a > </ li > < li > < a href ="ProtocolMessage.html "> ProtocolMessage</ a > </ li > < li > < a href ="TypedResponseReceivedEventArgs.html "> TypedResponseReceivedEventArgs</ a > </ li > < li > < a href ="WebSocketDuplexOutputChannel.html "> WebSocketDuplexOutputChannel</ a > </ li > </ ul >
315
+ </ nav >
316
+
317
+ < br clear ="both ">
318
+
319
+ < footer >
320
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.3.0-dev</ a > on Mon Jan 04 2016 16:20:14 GMT+0100 (CET)
321
+ </ footer >
322
+
323
+ < script > prettyPrint ( ) ; </ script >
324
+ < script src ="scripts/linenumber.js "> </ script >
325
+ </ body >
326
+ </ html >
0 commit comments