예제 #1
0
            public AsyncServerStreamingCall <global::Playground.Common.ServiceDefinition.Person> ListenForNewPeople(global::Playground.Common.ServiceDefinition.ListenForNewPeopleRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_ListenForNewPeople, options);

                return(Calls.AsyncServerStreamingCall(call, request));
            }
예제 #2
0
            public AsyncServerStreamingCall <global::Playground.Common.ServiceDefinition.Person> ListenForNewPeople(global::Playground.Common.ServiceDefinition.ListenForNewPeopleRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
            {
                var call = CreateCall(__Method_ListenForNewPeople, new CallOptions(headers, deadline, cancellationToken));

                return(Calls.AsyncServerStreamingCall(call, request));
            }