EndGetCurrentConnectionIDs() публичный Метод

Retrieve the output arguments from an asynchronously invoked action.
This may only be called from the callback set in the above Begin function.
public EndGetCurrentConnectionIDs ( IntPtr aAsyncHandle, String &aConnectionIDs ) : void
aAsyncHandle System.IntPtr Argument passed to the delegate set in the above Begin function
aConnectionIDs String
Результат void
Пример #1
0
 protected override void CompleteRequest(IntPtr aAsyncHandle)
 {
     iService.EndGetCurrentConnectionIDs(aAsyncHandle, out iConnectionIDs);
 }