aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverseTypes.XML
diff options
context:
space:
mode:
authorLatif Khalifa2013-11-06 02:43:44 +0100
committerLatif Khalifa2013-11-06 02:43:44 +0100
commit417836ac5e3beb840ad68909e6f618ee3177b282 (patch)
tree5c5d086eb083788e187f28e8fd08653fbc3094e5 /bin/OpenMetaverseTypes.XML
parentAdd IncomingPacketsResentCount clientstack statistics (diff)
downloadopensim-SC_OLD-417836ac5e3beb840ad68909e6f618ee3177b282.zip
opensim-SC_OLD-417836ac5e3beb840ad68909e6f618ee3177b282.tar.gz
opensim-SC_OLD-417836ac5e3beb840ad68909e6f618ee3177b282.tar.bz2
opensim-SC_OLD-417836ac5e3beb840ad68909e6f618ee3177b282.tar.xz
Updated libomv to 25ee208a 2013-11-05
Diffstat (limited to 'bin/OpenMetaverseTypes.XML')
-rw-r--r--bin/OpenMetaverseTypes.XML52
1 files changed, 0 insertions, 52 deletions
diff --git a/bin/OpenMetaverseTypes.XML b/bin/OpenMetaverseTypes.XML
index 56e3ac7..4f5b6b4 100644
--- a/bin/OpenMetaverseTypes.XML
+++ b/bin/OpenMetaverseTypes.XML
@@ -2573,58 +2573,6 @@
2573 <member name="F:OpenMetaverse.UUID.ZeroString"> 2573 <member name="F:OpenMetaverse.UUID.ZeroString">
2574 <summary>A cache of UUID.Zero as a string to optimize a common path</summary> 2574 <summary>A cache of UUID.Zero as a string to optimize a common path</summary>
2575 </member> 2575 </member>
2576 <member name="T:OpenMetaverse.Parallel">
2577 <summary>
2578 Provides helper methods for parallelizing loops
2579 </summary>
2580 </member>
2581 <member name="M:OpenMetaverse.Parallel.For(System.Int32,System.Int32,System.Action{System.Int32})">
2582 <summary>
2583 Executes a for loop in which iterations may run in parallel
2584 </summary>
2585 <param name="fromInclusive">The loop will be started at this index</param>
2586 <param name="toExclusive">The loop will be terminated before this index is reached</param>
2587 <param name="body">Method body to run for each iteration of the loop</param>
2588 </member>
2589 <member name="M:OpenMetaverse.Parallel.For(System.Int32,System.Int32,System.Int32,System.Action{System.Int32})">
2590 <summary>
2591 Executes a for loop in which iterations may run in parallel
2592 </summary>
2593 <param name="threadCount">The number of concurrent execution threads to run</param>
2594 <param name="fromInclusive">The loop will be started at this index</param>
2595 <param name="toExclusive">The loop will be terminated before this index is reached</param>
2596 <param name="body">Method body to run for each iteration of the loop</param>
2597 </member>
2598 <member name="M:OpenMetaverse.Parallel.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">
2599 <summary>
2600 Executes a foreach loop in which iterations may run in parallel
2601 </summary>
2602 <typeparam name="T">Object type that the collection wraps</typeparam>
2603 <param name="enumerable">An enumerable collection to iterate over</param>
2604 <param name="body">Method body to run for each object in the collection</param>
2605 </member>
2606 <member name="M:OpenMetaverse.Parallel.ForEach``1(System.Int32,System.Collections.Generic.IEnumerable{``0},System.Action{``0})">
2607 <summary>
2608 Executes a foreach loop in which iterations may run in parallel
2609 </summary>
2610 <typeparam name="T">Object type that the collection wraps</typeparam>
2611 <param name="threadCount">The number of concurrent execution threads to run</param>
2612 <param name="enumerable">An enumerable collection to iterate over</param>
2613 <param name="body">Method body to run for each object in the collection</param>
2614 </member>
2615 <member name="M:OpenMetaverse.Parallel.Invoke(System.Action[])">
2616 <summary>
2617 Executes a series of tasks in parallel
2618 </summary>
2619 <param name="actions">A series of method bodies to execute</param>
2620 </member>
2621 <member name="M:OpenMetaverse.Parallel.Invoke(System.Int32,System.Action[])">
2622 <summary>
2623 Executes a series of tasks in parallel
2624 </summary>
2625 <param name="threadCount">The number of concurrent execution threads to run</param>
2626 <param name="actions">A series of method bodies to execute</param>
2627 </member>
2628 <member name="M:OpenMetaverse.CircularQueue`1.#ctor(OpenMetaverse.CircularQueue{`0})"> 2576 <member name="M:OpenMetaverse.CircularQueue`1.#ctor(OpenMetaverse.CircularQueue{`0})">
2629 <summary> 2577 <summary>
2630 Copy constructor 2578 Copy constructor