コード例 #1
0
 /// <summary>
 /// Dispatches the <see cref="TestStepLogStreamBeginSectionBlock" /> event.
 /// </summary>
 /// <param name="e">The event arguments.</param>
 public void NotifyTestStepLogStreamBeginSectionBlock(TestStepLogStreamBeginSectionBlockEventArgs e)
 {
     EventHandlerPolicy.SafeInvoke(TestStepLogStreamBeginSectionBlock, this, e);
 }
コード例 #2
0
 /// <summary>
 /// Dispatches the <see cref="TestStepLogStreamBeginSectionBlock" /> event.
 /// </summary>
 /// <param name="e">The event arguments.</param>
 public void NotifyTestStepLogStreamBeginSectionBlock(TestStepLogStreamBeginSectionBlockEventArgs e)
 {
     EventHandlerPolicy.SafeInvoke(TestStepLogStreamBeginSectionBlock, this, e);
 }