Example #1
0
                private static IteratorHandle Init(EventSourceHandle source)
                {
                    IteratorHandle result;

                    Log4JParserC.Log4JIteratorInitEventSourceReverse(out result, source);

                    return(result);
                }
Example #2
0
 extern public static EventHandle Log4JEventSourceNext
     (EventSourceHandle self, EventHandle @event);
Example #3
0
 extern public static EventHandle Log4JEventSourceFirst(EventSourceHandle self);
Example #4
0
 extern public static Status Log4JEventSourceInitXmlString
     (out EventSourceHandle self, IntPtr xmlString);
Example #5
0
 extern public static void Log4JIteratorInitEventSourceReverse
     (out IteratorHandle self, EventSourceHandle source);
Example #6
0
 public static extern EventHandle Log4JEventSourceNext(EventSourceHandle self, EventHandle @event);
Example #7
0
 public static extern Status Log4JEventSourceInitXmlString(out EventSourceHandle self, IntPtr xmlString);
Example #8
0
 public static extern EventHandle Log4JEventSourceFirst(EventSourceHandle self);
Example #9
0
 public static extern void Log4JIteratorInitEventSourceReverse(out IteratorHandle self, EventSourceHandle source);