コード例 #1
0
 public global::System.Nullable <long> LookupSubscriptionId(string topicUri, global::WampSharp.V2.Core.Contracts.SubscribeOptions options)
 {
     return(mMethodHandler7(this, topicUri, options));
 }
コード例 #2
0
 public Task <global::System.Nullable <long> > LookupSubscriptionIdAsync(string topicUri, global::WampSharp.V2.Core.Contracts.SubscribeOptions options)
 {
     return(SingleInvokeAsync <global::System.Nullable <long> >(mMethod7, topicUri, options));
 }
コード例 #3
0
 public Task <global::System.Nullable <long> > LookupSubscriptionIdAsync(string topicUri, global::WampSharp.V2.Core.Contracts.SubscribeOptions options)
 {
     return(mMethodHandler1(this, global::System.Threading.CancellationToken.None, topicUri, options));
 }