Net::DBus::Binding::PendingCall
A handler for pending method replies
- Provided by: libnet-dbus-perl (Version: 1.1.0-3build1)
- Report a bug
A handler for pending method replies
my $call = Net::DBus::Binding::PendingCall->new(method_call => $call,
pending_call => $reply);
# Wait for completion
$call->block;
# And get the reply message
my $msg = $call->get_reply;
This object is used when it is necessary to make asynchronous method calls. It provides the means to be notified when the reply is finally received.
Daniel P. Berrange
Copyright (C) 2006-2011 Daniel P. Berrange
Net::DBus::Binding::Connection, Net::DBus::Binding::Message, Net::DBus::ASyncReply