-
Notifications
You must be signed in to change notification settings - Fork 4
/
dotnet_index.html
84 lines (72 loc) · 10 KB
/
dotnet_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<html><head><title>UMExamples - C#/.NET Language</title>
<link href="style/doxygen_manual.css" rel="stylesheet" type="text/css" />
<link href="style/main.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body bgcolor="#ffffff">
<div id="doc-content">
<div class="contents">
<div class="textblock">
<img src="infa_logo.png" width="400" height="138" alt="Informatica"/><br/><br/>
<center class="mytitle">Welcome to UMExamples</center>
<br/><br/>
<b>© Copyright Informatica LLC 2004-2020.</b>
<hr>
<h2>C#/.NET Examples</h2>
<p>Examples written in C#/.NET.</p>
<p>In the list below, different examples are available in different source code
languages (C, Java, C#/.NET), but this site is a work in progress, so many
examples are not available in all laguages.</p>
<p>If you would like to see only those examples available in a particular language,
you can visit: <a href="c_index.html" class="button">C examples</a> <a href="java_index.html" class="button">Java examples</a> <a href="dotnet_index.html" class="button">C#/.NET examples</a></p>
<p>The master list is always available at: <a href="index.html" class="button">All examples</a></p>
<h2>Examples</h2>
<table>
<tr><td align="right"><b>cancelling_timers</b></td><td><a href="cancelling_timers/c/index.html" class="button">C</a> <a href="cancelling_timers/java/index.html" class="button">Java</a> <a href="cancelling_timers/dotnet/index.html" class="button">C#/.NET</a></td><td>Example on how a context can schedule and safely cancel timer callbacks</td></tr>
<tr><td align="right"><b>check_flight_size_ewouldblock</b></td><td><a href="check_flight_size_ewouldblock/c/index.html" class="button">C</a> <a href="check_flight_size_ewouldblock/java/index.html" class="button">Java</a> <a href="check_flight_size_ewouldblock/dotnet/index.html" class="button">C#/.NET</a></td><td>A send can fail with an EWOULDBLOCK error, which can have different root causes. One cause for a persisted source is exceeding flight size. This example shows how to determine if flight size is the cause of an EWOULDBLOCK error.</td></tr>
<tr><td align="right"><b>clean_shutdown</b></td><td><a href="clean_shutdown/c/index.html" class="button">C</a> <a href="clean_shutdown/java/index.html" class="button">Java</a> <a href="clean_shutdown/dotnet/index.html" class="button">C#/.NET</a></td><td>Example on how to properly clean up a UM application</td></tr>
<tr><td align="right"><b>dump_attributes</b></td><td><a href="dump_attributes/c/index.html" class="button">C</a> <a href="dump_attributes/java/index.html" class="button">Java</a> <a href="dump_attributes/dotnet/index.html" class="button">C#/.NET</a></td><td>Application that dumps configuration attributes to stdout</td></tr>
<tr><td align="right"><b>event_q_rcv</b></td><td><a href="event_q_rcv/c/index.html" class="button">C</a> <a href="event_q_rcv/java/index.html" class="button">Java</a> <a href="event_q_rcv/dotnet/index.html" class="button">C#/.NET</a></td><td>Using an event queue with a receiver.</td></tr>
<tr><td align="right"><b>event_q_src</b></td><td><a href="event_q_src/c/index.html" class="button">C</a> <a href="event_q_src/java/index.html" class="button">Java</a> <a href="event_q_src/dotnet/index.html" class="button">C#/.NET</a></td><td>Using an event queue with a source.</td></tr>
<tr><td align="right"><b>handle_burst</b></td><td><a href="handle_burst/c/index.html" class="button">C</a> <a href="handle_burst/java/index.html" class="button">Java</a> <a href="handle_burst/dotnet/index.html" class="button">C#/.NET</a></td><td>Handling burst loss and calculating the size of the burst</td></tr>
<tr><td align="right"><b>late_join</b></td><td><a href="late_join/c/index.html" class="button">C</a> <a href="late_join/java/index.html" class="button">Java</a> <a href="late_join/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample application that demonstrates how to enable & detect late join.</td></tr>
<tr><td align="right"><b>load_config</b></td><td><a href="load_config/c/index.html" class="button">C</a> <a href="load_config/java/index.html" class="button">Java</a> <a href="load_config/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample application that demonstrates how to load a configuration file for UM attributes</td></tr>
<tr><td align="right"><b>logging_callback</b></td><td><a href="logging_callback/c/index.html" class="button">C</a> <a href="logging_callback/java/index.html" class="button">Java</a> <a href="logging_callback/dotnet/index.html" class="button">C#/.NET</a></td><td>Example on how to set the logging callback for UM library messages</td></tr>
<tr><td align="right"><b>minsrc</b></td><td><a href="minsrc/c/index.html" class="button">C</a> <a href="minsrc/java/index.html" class="button">Java</a> <a href="minsrc/dotnet/index.html" class="button">C#/.NET</a></td><td>Minimal publisher program.</td></tr>
<tr><td align="right"><b>multi_context</b></td><td><a href="multi_context/c/index.html" class="button">C</a> <a href="multi_context/java/index.html" class="button">Java</a> <a href="multi_context/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample application that demonstrates how to create multiple contexts in an application on different topic resolution domains</td></tr>
<tr><td align="right"><b>no_source_notify</b></td><td><a href="no_source_notify/c/index.html" class="button">C</a> <a href="no_source_notify/java/index.html" class="button">Java</a> <a href="no_source_notify/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample application demonstrating the usage of the no source notification callback</td></tr>
<tr><td align="right"><b>quorum_state</b></td><td><a href="quorum_state/c/index.html" class="button">C</a> <a href="quorum_state/java/index.html" class="button">Java</a> <a href="quorum_state/dotnet/index.html" class="button">C#/.NET</a></td><td>Example on how a source can track the status of quorum, and use that state to check if a source can safely send a message</td></tr>
<tr><td align="right"><b>request_response</b></td><td><a href="request_response/c/index.html" class="button">C</a> <a href="request_response/java/index.html" class="button">Java</a> <a href="request_response/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample that demonstrates sending and receiving LBM request and response messages</td></tr>
<tr><td align="right"><b>schedule_timers</b></td><td><a href="schedule_timers/c/index.html" class="button">C</a> <a href="schedule_timers/java/index.html" class="button">Java</a> <a href="schedule_timers/dotnet/index.html" class="button">C#/.NET</a></td><td>Example on how a context can schedule timer callbacks for the context thread</td></tr>
<tr><td align="right"><b>seq_number_callback</b></td><td><a href="seq_number_callback/c/index.html" class="button">C</a> <a href="seq_number_callback/java/index.html" class="button">Java</a> <a href="seq_number_callback/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample application that utilizes the sequence number callback for UMP receivers</td></tr>
<tr><td align="right"><b>sequential_mode</b></td><td><a href="sequential_mode/c/index.html" class="button">C</a> <a href="sequential_mode/java/index.html" class="button">Java</a> <a href="sequential_mode/dotnet/index.html" class="button">C#/.NET</a></td><td>Example on how to run a LBM application in sequential mode with a separate context thread</td></tr>
<tr><td align="right"><b>setting_attributes</b></td><td><a href="setting_attributes/c/index.html" class="button">C</a> <a href="setting_attributes/java/index.html" class="button">Java</a> <a href="setting_attributes/dotnet/index.html" class="button">C#/.NET</a></td><td>Examples on setting UM attributes via the API</td></tr>
<tr><td align="right"><b>source_notify_callbacks</b></td><td><a href="source_notify_callbacks/c/index.html" class="button">C</a> <a href="source_notify_callbacks/java/index.html" class="button">Java</a> <a href="source_notify_callbacks/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample application that demonstrates how to configure and code the source_notification_callback feature for receivers</td></tr>
<tr><td align="right"><b>ump_receiver_callbacks</b></td><td><a href="ump_receiver_callbacks/c/index.html" class="button">C</a> <a href="ump_receiver_callbacks/java/index.html" class="button">Java</a> <a href="ump_receiver_callbacks/dotnet/index.html" class="button">C#/.NET</a></td><td>A sample application that handles all UMP receiver callbacks and logs important data</td></tr>
</table>
<hr>
<a id="notices"></a>
<h3>Notices</h3>
<p>This software and documentation are provided only under a separate license
agreement containing restrictions on use and disclosure.
No part of this document may be reproduced or transmitted in any form,
by any means (electronic, photocopying, recording or otherwise)
without prior consent of Informatica LLC.
<p>A current list of Informatica trademarks is available on the web at
<a href="https://www.informatica.com/trademarks.html">https://www.informatica.com/trademarks.html</a>.
<p>Portions of this software and/or documentation are subject to copyright
held by third parties.
Required third party notices are included with the product.
<p>Informatica software is protected by patents as detailed at
<a href="https://www.informatica.com/legal/patents.html">https://www.informatica.com/legal/patents.html</a>.
<p>The information in this documentation is subject to change without notice.
If you find any problems in this documentation, please report them to us in
writing at Informatica LLC 2100 Seaport Blvd. Redwood City, CA 94063.
<p>Informatica products are warranted according to the terms and conditions
of the agreements under which they are provided.
<br>INFORMATICA LLC PROVIDES THE INFORMATION IN THIS DOCUMENT "AS IS" WITHOUT
WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING WITHOUT ANY WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OR
CONDITION OF NON-INFRINGEMENT.
</div></div></div>
</body>
</html>