2 writes to handle
System.Messaging (2)
System\Messaging\Cursor.cs (2)
26
this.
handle
= result;
49
handle
= null;
3 references to handle
System.Messaging (3)
System\Messaging\Cursor.cs (3)
39
return
handle
;
46
if (
handle
!= null)
48
handle
.Close();