GetParser() static private method

static private GetParser ( string rpApi ) : ApiParserBase
rpApi string
return ApiParserBase
コード例 #1
0
 protected override void Unsubscribe()
 {
     foreach (var rApi in r_Apis)
     {
         ApiParserManager.GetParser(rApi).AfterProcessCompleted -= Subscription;
     }
 }
コード例 #2
0
 protected override void Unsubscribe()
 {
     foreach (var rApi in r_Apis)
     {
         ApiParserManager.GetParser(rApi).BeforeProcessStarted -= Subscription;
     }
 }
コード例 #3
0
 protected override void Unsubscribe() =>
 ApiParserManager.GetParser(r_Api).AfterProcessCompleted -= Subscription;
コード例 #4
0
 protected override void Unsubscribe() =>
 ApiParserManager.GetParser(r_Api).BeforeProcessStarted -= Subscription;